From e78bbca5b1d5a679df2cbc7472389d3942b02612 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:55:55 -0500 Subject: [PATCH] d/r represents --- src/cco-extensions/ModalRelationOntology.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cco-extensions/ModalRelationOntology.ttl b/src/cco-extensions/ModalRelationOntology.ttl index dadae8c..f79b9f5 100644 --- a/src/cco-extensions/ModalRelationOntology.ttl +++ b/src/cco-extensions/ModalRelationOntology.ttl @@ -2333,7 +2333,8 @@ mro:ont00001937 rdf:type owl:ObjectProperty ; ### https://www.commoncoreontologies.org/mro/ont00001938 mro:ont00001938 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ont00001808 ; - rdfs:domain cco:ont00001069 ; + rdfs:domain cco:ont00000958 ; + rdfs:range obo:BFO_0000001 ; rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves 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 ; "x represents y iff x is an instance of Information Content Entity, 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 ;