@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix prov: <http://www.w3.org/ns/prov#> . @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/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns0: <http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#> . prov:Agent owl:disjointWith prov:InstantaneousEvent . prov:End rdfs:subClassOf prov:InstantaneousEvent . prov:Entity owl:disjointWith prov:InstantaneousEvent . prov:Generation rdfs:subClassOf prov:InstantaneousEvent . prov:InstantaneousEvent metadata_def:mappingLoom "instantaneousevent" ; metadata_def:mappingSameURI prov:InstantaneousEvent ; metadata_def:prefLabel "InstantaneousEvent" ; metadata:prefixIRI "InstantaneousEvent" ; a owl:Class ; rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ; rdfs:label "InstantaneousEvent" ; rdfs:subClassOf owl:Thing ; prov:category "qualified" ; prov:component "entities-activities" ; prov:constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; prov:definition "The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics."@en . prov:Invalidation rdfs:subClassOf prov:InstantaneousEvent . prov:Start rdfs:subClassOf prov:InstantaneousEvent . prov:Usage rdfs:subClassOf prov:InstantaneousEvent . prov:atTime rdfs:domain prov:InstantaneousEvent ; prov:sharesDefinitionWith prov:InstantaneousEvent .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@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/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns0: <http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#> .

prov:Agent
    owl:disjointWith prov:InstantaneousEvent .

prov:End
    rdfs:subClassOf prov:InstantaneousEvent .

prov:Entity
    owl:disjointWith prov:InstantaneousEvent .

prov:Generation
    rdfs:subClassOf prov:InstantaneousEvent .

prov:InstantaneousEvent
    metadata_def:mappingLoom "instantaneousevent" ;
    metadata_def:mappingSameURI prov:InstantaneousEvent ;
    metadata_def:prefLabel "InstantaneousEvent" ;
    metadata:prefixIRI "InstantaneousEvent" ;
    a owl:Class ;
    rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
    rdfs:label "InstantaneousEvent" ;
    rdfs:subClassOf owl:Thing ;
    prov:category "qualified" ;
    prov:component "entities-activities" ;
    prov:constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    prov:definition "The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics."@en .

prov:Invalidation
    rdfs:subClassOf prov:InstantaneousEvent .

prov:Start
    rdfs:subClassOf prov:InstantaneousEvent .

prov:Usage
    rdfs:subClassOf prov:InstantaneousEvent .

prov:atTime
    rdfs:domain prov:InstantaneousEvent ;
    prov:sharesDefinitionWith prov:InstantaneousEvent .