Skip to content

Commit

Permalink
Add predicate isOfferOf Issue #528
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenchalem committed Jun 10, 2024
1 parent 97a4315 commit 84f427e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1712,9 +1712,7 @@ gist:Offer
gist:ContingentObligation
[
a owl:Restriction ;
owl:onProperty [
owl:inverseOf gist:isDirectPartOf ;
] ;
owl:onProperty isOfferOf ;
owl:someValuesFrom gist:CatalogItem ;
]
[
Expand Down Expand Up @@ -3526,6 +3524,12 @@ gist:isMemberOf
;
.

gist:isOfferOf
a owl:ObjectProperty ;
skos:definition "Relates an Offer to a thing being offered."^^xsd:string ;
skos:prefLabel "is order of"^^xsd:string ;
.

gist:isPartOf
a
owl:ObjectProperty ,
Expand Down

0 comments on commit 84f427e

Please sign in to comment.