File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3889,9 +3889,16 @@ gist:recognizes
3889
3889
3890
3890
gist:requires
3891
3891
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 ;
3893
3893
skos:example " Humans require air; solar power requires sunshine." ^^xsd:string ;
3894
3894
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 ;
3895
3902
.
3896
3903
3897
3904
gist:respondsTo
You can’t perform that action at this time.
0 commit comments