@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/prog/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
ns0:Activity
metadata_def:mappingLoom "activity" ;
metadata_def:mappingSameURI ns0:Activity ;
metadata_def:prefLabel "Activity" ;
a owl:Class ;
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:isDefinedBy <http://purl.org/prog/> ;
rdfs:label "Activity" ;
rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/prog/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
ns0:Activity
metadata_def:mappingLoom "activity" ;
metadata_def:mappingSameURI ns0:Activity ;
metadata_def:prefLabel "Activity" ;
a owl:Class ;
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:isDefinedBy <http://purl.org/prog/> ;
rdfs:label "Activity" ;
rdfs:subClassOf owl:Thing .