<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://ontobee.org/ontology/view/SEPIO?iri=http://xmlns.com/foaf/0.1/Group"?>
<!DOCTYPE rdf:RDF [
<!ENTITY obo 'http://purl.obolibrary.org/obo/'>
<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY oboInOwl 'http://www.geneontology.org/formats/oboInOwl#'>
]>

<rdf:RDF xmlns:obo="http://purl.obolibrary.org/obo/"  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"  xmlns:owl="http://www.w3.org/2002/07/owl#"  xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"  xmlns:dc="http://purl.org/dc/elements/1.1/"  xmlns:foaf="http://xmlns.com/foaf/0.1/" >
<rdf:Description rdf:about="&foaf;Group">
    <rdf:type rdf:resource="&owl;Class" />
    <rdfs:label>Group</rdfs:label>
    <rdfs:comment>The Group class represents a collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions).

This concept is intentionally quite broad, covering informal and ad-hoc groups, long-lived communities, organizational groups within a workplace, etc. Some such groups may have associated characteristics which could be captured in RDF (perhaps a homepage, name, mailing list etc.).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent" />
  </rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent">
    <rdfs:label>Agent</rdfs:label>
  </rdf:Description>
</rdf:RDF>

