We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2924b commit b59a4f5Copy full SHA for b59a4f5
gistCore.ttl
@@ -3889,9 +3889,8 @@ gist:recognizes
3889
3890
gist:requires
3891
a owl:ObjectProperty ;
3892
- rdfs:domain gist:Intention ;
3893
- rdfs:range gist:Behavior ;
3894
- skos:definition "An intention that sets out a state of satisfaction (you are required to drive on right side of the road)"^^xsd:string ;
+ skos:definition "The object is necessary to the subject."^^xsd:string ;
+ skos:example "Humans require air; solar power requires sunshine."^^xsd:string ;
3895
skos:prefLabel "requires"^^xsd:string ;
3896
.
3897
0 commit comments