Skip to content

Commit b59a4f5

Browse files
committed
Predicate gist:requires: remove domain and range, update definition, and add an example
1 parent 6d2924b commit b59a4f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gistCore.ttl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3889,9 +3889,8 @@ gist:recognizes
38893889

38903890
gist:requires
38913891
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 ;
3892+
skos:definition "The object is necessary to the subject."^^xsd:string ;
3893+
skos:example "Humans require air; solar power requires sunshine."^^xsd:string ;
38953894
skos:prefLabel "requires"^^xsd:string ;
38963895
.
38973896

0 commit comments

Comments
 (0)