@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sioc: . owl:DeprecatedProperty a rdfs:Class ; rdfs:label "DeprecatedProperty" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has group" ; foaf:primaryTopic sioc:has_group . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:label a rdf:Property ; rdfs:label "label" . owl:inverseOf a rdf:Property ; rdfs:label "inverseOf" . owl:versionInfo a owl:AnnotationProperty ; rdfs:label "versionInfo" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has group" . dc:format "text/n3" ; dcterms:title "Notation3 description of has group" . dc:format "text/plain" ; dcterms:title "NTriples description of has group" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has group" . dc:format "text/turtle" ; dcterms:title "Turtle description of has group" . sioc:group_of a owl:DeprecatedProperty, owl:ObjectProperty ; rdfs:label "group of"@en . sioc:has_group a owl:DeprecatedProperty, owl:ObjectProperty ; rdfs:label "has group"@en ; owl:inverseOf sioc:group_of ; owl:versionInfo "This property has been renamed. Use sioc:has_usergroup instead." . [] a ov:RequestedDocument ; dcterms:source .