@prefix rdf: . @prefix foaf: . @prefix dctype: . @prefix ns0: . @prefix dct: . @prefix dc: . @prefix rdfs: . @prefix time: . @prefix label: . rdf:type foaf:Document , dctype:Text ; foaf:primaryTopic ns0:P7Y6M ; dct:hasFormat , , ; foaf:topic ns0:P7Y6M . rdf:type dctype:Text , foaf:Document ; dc:format "application/rdf+xml" ; rdfs:label "RDF/XML" . rdf:type dctype:Text , foaf:Document ; dc:format "text/html" ; rdfs:label "HTML" . rdf:type dctype:Text , foaf:Document ; dc:format "application/json" ; rdfs:label "JSON" . ns0:P7Y6M rdf:type time:Interval ; rdfs:label "1742-01-01T00:00:00Z/P7Y6M" ; rdfs:comment "A time-interval of exactly seven years and six months beginning at midnight, UTC, on the first day of the month of January in year seventeen hundred and forty two of the Gregorian calendar." ; time:hasBeginning . rdf:type rdfs:label "type" ; label:plural "types" ; label:inverseSingular "is type of" . foaf:primaryTopic rdfs:label "primary topic" ; label:plural "primary topics" ; label:inverseSingular "is the primary topic of" . foaf:topic rdfs:label "topic" ; label:plural "topics" ; label:inverseSingular "is a topic of" . rdfs:label rdfs:label "label" ; label:plural "labels" ; label:inverseSingular "is label of" . rdfs:comment rdfs:label "comment" ; label:plural "comments" ; label:inverseSingular "is comment of" .