TriG is a serialization format for RDF (Resource Description Framework) 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
External links
- TriG Specification (2007)
- RDF 1.1 TriG W3C Recommendation (2014)
- Yacker TriG validator, which does not handle sub-graphs, and does not validate the above example.



