LiUSemWeb / CEON

An Ontology Network for the Circular Economy Domain
http://w3id.org/CEON
MIT License
2 stars 2 forks source link

represent time and location for ProcessExecution #228

Closed keski closed 3 months ago

keski commented 3 months ago

There needs to be some way of representing time and location for ProcessExecution. E.g.

huanyu-li commented 3 months ago

For temporal entity, perhaps we can use OWL-Time (http://www.w3.org/2006/time#2016)?

huanyu-li commented 3 months ago

For Location, perhaps we can just simply create a concept Location and some data properties like hasCountry, hasCity? But not sure, if it is OK to put location in processODP.

keski commented 3 months ago

For now, occursAtLocation is left without a range, but we should probably consider adding a Location type. occursAtTime has been made into a datatype property with xsd:dateTime as range. We should discuss whether to extend this to use e.g. OWL-Time.