@prefix dc: . @prefix foaf: . @prefix formats: . @prefix rdf: . @prefix rdfs: . @prefix xml: . @prefix xsd: . formats:TriG a formats:Format ; dc:created "2013-10-28" ; dc:creator ; dc:description "Unique identifier for the RDF Dataset Serialization in TriG" ; dc:modified "2014-13-23" ; rdfs:comment "TriG is defined by the TriG - RDF Dataset Languageā€ W3C Recommendation." ; rdfs:isDefinedBy ; rdfs:seeAlso ; formats:media_type "application/trig" ; formats:preferred_suffix ".trig" . a foaf:Person ; rdfs:seeAlso ; foaf:mbox ; foaf:name "Ivan Herman" ; foaf:title "Semantic Web Activity Lead" ; foaf:workplaceHomepage .