datafoodconsortium / ontology

The DFC ontology is available as OWL and RDF.
https://datafoodconsortium.gitbook.io/dfc-standard-documentation/semantic-specifications
GNU Affero General Public License v3.0
18 stars 3 forks source link

Add inverse `belongsTo` property to resolve #118 #124

Closed Alcoz closed 3 months ago

Alcoz commented 4 months ago

resolve #118

Alcoz commented 4 months ago

@RaggedStaff

belongsTo had a domain property of (Agent and Order). However, the Agent seems useless here so I removed it as we want only record Order that belongs to SaleSession with this property. In this commit, belongsTo become the inverse of the new holds property, that have SaleSession as domain