From 27f4df70a05c6772454e612f1501f400cbba1a5c Mon Sep 17 00:00:00 2001 From: uscholdm Date: Wed, 16 Oct 2024 11:39:43 -0400 Subject: [PATCH] Added annotations --- ontologies/gistCore.ttl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ontologies/gistCore.ttl b/ontologies/gistCore.ttl index 50a4c72d..a05176e0 100644 --- a/ontologies/gistCore.ttl +++ b/ontologies/gistCore.ttl @@ -2887,8 +2887,10 @@ gist:hasValueEqualToOneOf a owl:ObjectProperty ; rdfs:subPropertyOf ops:hasSpecifiedValue ; skos:definition "Relates a specification to a collection of values, one of which a characteristic must be equal to."^^xsd:string ; + skos:editorialNote "If this operator is added to the operators ontology in the future, update gist core to use the ops namespace instead of gist for the hasValueEqualToOneOf property."^^xsd:string ; skos:example "The color of something must be blue or red."^^xsd:string ; skos:prefLabel "has value equal to one of"^^xsd:string ; + skos:scopeNote "This adds to the set of operators defined in the imported operators ontology."^^xsd:string ; . gist:idText