Merge pull request #275 from cameronmore/163-typo-in-rdfscomment-for-classes-gainofdisposition-and-gainoffunction

replaces occurs_on with occupies temporal region
This commit is contained in:
J. Neil Otte
2024-08-01 21:54:41 -04:00
committed by GitHub

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 .