@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sioc: . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has space" ; foaf:primaryTopic sioc:has_space . 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:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . rdfs:subPropertyOf a rdf:Property ; rdfs:label "subPropertyOf" . owl:inverseOf a rdf:Property ; rdfs:label "inverseOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has space" . dc:format "text/n3" ; dcterms:title "Notation3 description of has space" . dc:format "text/plain" ; dcterms:title "NTriples description of has space" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has space" . dc:format "text/turtle" ; dcterms:title "Turtle description of has space" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Space a owl:Class ; rdfs:label "Space"@en . sioc:has_space a owl:ObjectProperty ; rdfs:label "has space"@en ; rdfs:comment "A data Space which this resource is a part of."@en ; rdfs:isDefinedBy sioc: ; rdfs:range sioc:Space ; rdfs:subPropertyOf dcterms:partOf ; owl:inverseOf sioc:space_of . sioc:space_of a owl:ObjectProperty ; rdfs:label "space of"@en . [] a ov:RequestedDocument ; dcterms:source .