<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/prog/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/"> <owl:Class rdf:about="http://purl.org/prog/Activity"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment>This class represents the abstract content of an event, which may be repeated many times, once or never. For example a training course, or a play. The primary purpose is to indicate that several events will have very similar content, to aid planning what to attend. It does not indicate that there is any reason people could not attend more than one realisation. It should not be used to abstract a repeating event, such as morning coffee or a monthly meeting. Multiple Events may reference that they are realises of the same Activity. Activities are not Events and may not have a time or place.</rdfs:comment> <rdfs:label>Activity</rdfs:label> <metadata_def:prefLabel>Activity</metadata_def:prefLabel> <metadata_def:mappingLoom>activity</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://purl.org/prog/Activity"/> <rdfs:isDefinedBy rdf:resource="http://purl.org/prog/"/> </owl:Class> <rdf:Description rdf:about="http://purl.org/prog/Activity"> <metadata_def:mappingSameURI rdf:resource="http://purl.org/prog/Activity"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/prog/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/">
  <owl:Class rdf:about="http://purl.org/prog/Activity">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment>This class represents the abstract content of an event, which may be repeated many times, once or never. For example a training course, or a play. The primary purpose is to indicate that several events will have very similar content, to aid planning what to attend. It does not indicate that there is any reason people could not attend more than one realisation. It should not be used to abstract a repeating event, such as morning coffee or a monthly meeting.
Multiple Events may reference that they are realises of the same Activity. 
Activities are not Events and may not have a time or place.</rdfs:comment>
    <rdfs:label>Activity</rdfs:label>
    <metadata_def:prefLabel>Activity</metadata_def:prefLabel>
    <metadata_def:mappingLoom>activity</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://purl.org/prog/Activity"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/prog/"/>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.org/prog/Activity">
    <metadata_def:mappingSameURI rdf:resource="http://purl.org/prog/Activity"/>
  </rdf:Description>
</rdf:RDF>