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

Include date Order was placed in ontology #137

Closed RaggedStaff closed 2 months ago

RaggedStaff commented 2 months ago

Working on the INRAE endpoint, we're looking for a way to report the date the sale took place.

I can't find any date or dateTime object related to the Order or OrderLine. We'll use startDate & endDate from SaleSession for now, but I think we need to add orderDate to the Order class.

@Alcoz - what do you think? Have I missed something?

Alcoz commented 2 months ago

Actually, there is a property date attached to DFC_Business_Relation and Order and OrderLine are subclasses of it

RaggedStaff commented 2 months ago

inherited from DFC_Relation