From 7669af88cd9b8e429ea615191670e9d0a0bd3da1 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:07:40 -0500 Subject: [PATCH] d/r designates fixed definition to refer to Designative ICEs --- src/cco-modules/InformationEntityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index b3e2fdf..2eddd12 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -243,10 +243,10 @@ cco:ont00001914 rdf:type owl:ObjectProperty ; ### https://www.commoncoreontologies.org/ont00001916 cco:ont00001916 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:ont00001808 ; - rdfs:domain cco:ont00000958 ; + rdfs:domain cco:ont00000686 ; rdfs:range obo:BFO_0000001 ; rdfs:label "designates"@en ; - skos:definition "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + skos:definition "x designates y iff x is an instance of a Designative Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; skos:example "a URL designates the location of a Web Page on the internet" , "a person's name designates that person" , "a vehicle identification number designates some vehicle" ;