Skip to content

Commit 51f49ce

Browse files
committed
Add definition and scope note for gist:requires
1 parent 97b1148 commit 51f49ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

gistCore.ttl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3889,9 +3889,16 @@ gist:recognizes
38893889

38903890
gist:requires
38913891
a owl:ObjectProperty ;
3892-
skos:definition "The object is necessary to the subject."^^xsd:string ;
3892+
skos:definition "The subject needs the object or makes it necessary, mandatory, or compulsory."^^xsd:string ;
38933893
skos:example "Humans require air; solar power requires sunshine."^^xsd:string ;
38943894
skos:prefLabel "requires"^^xsd:string ;
3895+
skos:scopeNote """This predicate is defined generally enough to encompass a couple of different meanings of the English word 'requires': (
3896+
3897+
1. To need something or to make something necessary.
3898+
2. To order or demand something, or to order someone to do something, especially because of a rule or law.
3899+
3. To make it officially necessary for someone to do something.
3900+
3901+
Implementations requiring a more specific meaning should define subproperties."""^^xsd:string ;
38953902
.
38963903

38973904
gist:respondsTo

0 commit comments

Comments
 (0)