@prefix rdf: . @prefix ns1: . @prefix rdfs: . ns1:StaticGroup rdf:type rdfs:Class . @prefix owl: . ns1:StaticGroup rdf:type owl:Class . @prefix foaf: . ns1:StaticGroup rdfs:subClassOf foaf:Group ; rdfs:comment "Entity type of resources representing a Static Group, i.e. a classical group with a set of members (Class)." , "Entity type of resources representing a Static Group, i.e. a classical group with a set of members (Class). "@en ; rdfs:isDefinedBy ns1: ; rdfs:label "Static Group" . @prefix skos: . ns1:StaticGroup skos:prefLabel "Static Group" . @prefix pwdr: . ns1:StaticGroup pwdr:describedby . @prefix ns7: . ns1:StaticGroup pwdr:describedby ns7:acl ; skos:altLabel "Static Group" .