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:@prefix rdf:
@prefix xsd:
@prefix swp:
@prefix dc:
@prefix ex:
@prefix :
:G1
:G2
:G3