From dd059f9af16d19d2e49414d9cf435751dc47a6bb Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Mon, 6 Mar 2023 16:20:29 -0500 Subject: [PATCH] fix to axiom for Representational ICE --- InformationEntityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InformationEntityOntology.ttl b/InformationEntityOntology.ttl index 68d1f67..7a0c328 100644 --- a/InformationEntityOntology.ttl +++ b/InformationEntityOntology.ttl @@ -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