@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix time: . owl:Class a rdfs:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Time instant" ; foaf:primaryTopic time:Instant . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:subClassOf a rdf:Property ; rdfs:label "subClassOf" . skos:definition a rdf:Property, owl:AnnotationProperty ; rdfs:label "definition"@en . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Time instant" . dc:format "text/n3" ; dcterms:title "Notation3 description of Time instant" . dc:format "text/plain" ; dcterms:title "NTriples description of Time instant" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Time instant" . dc:format "text/turtle" ; dcterms:title "Turtle description of Time instant" . time:Instant a owl:Class ; rdfs:label "Time instant"@en, "instante de tiempo."@es ; rdfs:comment "A temporal entity with zero extent or duration"@en, "Una entidad temporal con una extensión o duración cero."@es ; rdfs:subClassOf time:TemporalEntity ; skos:definition "A temporal entity with zero extent or duration"@en, "Una entidad temporal con una extensión o duración cero."@es . time:TemporalEntity a owl:Class ; rdfs:label "Temporal entity"@en, "entidad temporal"@es . [] a ov:RequestedDocument ; dcterms:source .