TriG (syntax)
Encyclopedia
TriG is a serialization format for RDF (Resource Description Framework
Resource Description Framework
The Resource Description Framework is a family of World Wide Web Consortium specifications originally designed as a metadata data model...

) 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
TriX (syntax)
TriX is a serialization format for RDF graphs. It is an XML format for serializing Named Graphs and RDF Datasets which offers a compact and readable alternative to the XML-based RDF/XML syntax.-Example:...

syntax.

Example


@prefix rdf: .
@prefix xsd: .
@prefix swp: .
@prefix dc: .
@prefix ex: .
@prefix : .

:G1 { :Monica ex:name "Monica Murphy" .
:Monica ex:homepage .
:Monica ex:email .
:Monica ex:hasSkill ex:Management }

:G2 { :Monica rdf:type ex:Person .
:Monica ex:hasSkill ex:Programming }

:G3 { :G1 swp:assertedBy _:w1 .
_:w1 swp:authority :Chris .
_:w1 dc:date "2003-10-02"^^xsd:date .
:G2 swp:quotedBy _:w2 .
:G3 swp:assertedBy _:w2 .
_:w2 dc:date "2003-09-03"^^xsd:date .
_:w2 swp:authority :Chris .
:Chris rdf:type ex:Person .
:Chris ex:email }

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK