From 8b0bce3674d40fd7998638ccd0b047d8f22f2d73 Mon Sep 17 00:00:00 2001 From: uscholdm Date: Wed, 16 Oct 2024 11:25:12 -0400 Subject: [PATCH] Added new property: hasValueEqualToOneOf --- ontologies/gistCore.ttl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ontologies/gistCore.ttl b/ontologies/gistCore.ttl index 4b8dd0cf..50a4c72d 100644 --- a/ontologies/gistCore.ttl +++ b/ontologies/gistCore.ttl @@ -2883,6 +2883,14 @@ gist:hasUnitOfMeasure skos:prefLabel "has unit of measure"^^xsd:string ; . +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:example "The color of something must be blue or red."^^xsd:string ; + skos:prefLabel "has value equal to one of"^^xsd:string ; + . + gist:idText a owl:DatatypeProperty ; rdfs:range xsd:string ;