@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sioc: . owl:Class a rdfs:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Forum" ; foaf:primaryTopic sioc:Forum . 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:subClassOf a rdf:Property ; rdfs:label "subClassOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Forum" . dc:format "text/n3" ; dcterms:title "Notation3 description of Forum" . dc:format "text/plain" ; dcterms:title "NTriples description of Forum" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Forum" . dc:format "text/turtle" ; dcterms:title "Turtle description of Forum" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Container a owl:Class ; rdfs:label "Container"@en . sioc:Forum a owl:Class ; rdfs:label "Forum"@en ; rdfs:comment "A discussion area on which Posts or entries are made."@en ; rdfs:isDefinedBy sioc: ; rdfs:subClassOf sioc:Container . [] a ov:RequestedDocument ; dcterms:source .