Skip to content

Commit

Permalink
Added new property: hasValueEqualToOneOf
Browse files Browse the repository at this point in the history
  • Loading branch information
uscholdm committed Oct 16, 2024
1 parent 3aa2e4f commit 8b0bce3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 8b0bce3

Please sign in to comment.