replaces occurs_on with occupies temporal region

This commit is contained in:
Cameron More
2024-06-14 16:12:37 -04:00
parent aae9cb19c7
commit 761caebe75

View File

@@ -1680,7 +1680,7 @@ cco:GainOfDisposition rdf:type owl:Class ;
] ;
cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Disposition."@en ;
rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ;
rdfs:label "Gain of Disposition"@en .
@@ -1700,7 +1700,7 @@ cco:GainOfFunction rdf:type owl:Class ;
] ;
cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Function."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Function."@en ;
rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en ;
rdfs:label "Gain of Function"@en .