@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix void: . void:Dataset a rdfs:Class, owl:Class ; rdfs:label "dataset" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has subset" ; foaf:primaryTopic void:subset . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has subset" . dc:format "text/n3" ; dcterms:title "Notation3 description of has subset" . dc:format "text/plain" ; dcterms:title "NTriples description of has subset" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has subset" . dc:format "text/turtle" ; dcterms:title "Turtle description of has subset" . void:subset a owl:ObjectProperty ; rdfs:label "has subset" ; rdfs:domain void:Dataset ; rdfs:range void:Dataset . [] a ov:RequestedDocument ; dcterms:source .