fix to axiom for Representational ICE

This commit is contained in:
Mark Jensen
2023-03-06 16:20:29 -05:00
parent 105e050791
commit dd059f9af1

View File

@@ -326,7 +326,7 @@ cco:represents rdf:type owl:ObjectProperty ;
cco:definition "x represents y iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:elucidation "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., groves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding standards for images." ;
rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., groves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ;
rdfs:label "represents"@en .
@@ -1247,7 +1247,7 @@ cco:ReliabilityMeasurementInformationContentEntity rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/RepresentationalInformationContentEntity
cco:RepresentationalInformationContentEntity rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:DescriptiveInformationContentEntity
owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity
[ rdf:type owl:Restriction ;
owl:onProperty cco:represents ;
owl:someValuesFrom obo:BFO_0000001