TriG (syntax)
TriG is a serialization format for RDF graphs. It is a plain text format for serializing named graphs and RDF Datasets which offers a compact and readable alternative to the XML-based TriX syntax.Example
This example encodes three interlinked named graphs:
- http://www.example.org/exampleDocument#G1
- http://www.example.org/exampleDocument#G2
- http://www.example.org/exampleDocument#G3
@prefix rdf: .
@prefix xsd: .
@prefix swp: .
@prefix dc: .
@prefix ex: .
@prefix : .
:G1
:G2
:G3