@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 host of" ; foaf:primaryTopic sioc:host_of . 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:domain a rdf:Property ; rdfs:label "domain" . 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 host of" . dc:format "text/n3" ; dcterms:title "Notation3 description of host of" . dc:format "text/plain" ; dcterms:title "NTriples description of host of" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of host of" . dc:format "text/turtle" ; dcterms:title "Turtle description of host of" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Container a owl:Class ; rdfs:label "Container"@en . sioc:Site a owl:Class ; rdfs:label "Site"@en . sioc:has_host a owl:ObjectProperty ; rdfs:label "has host"@en . sioc:host_of a owl:ObjectProperty ; rdfs:label "host of"@en ; rdfs:comment "A Container that is hosted on this Site."@en ; rdfs:domain sioc:Site ; rdfs:isDefinedBy sioc: ; rdfs:range sioc:Container ; rdfs:subPropertyOf sioc:space_of ; owl:inverseOf sioc:has_host . sioc:space_of a owl:ObjectProperty ; rdfs:label "space of"@en . [] a ov:RequestedDocument ; dcterms:source .