OP-TED / ePO

The eProcurement Ontology provides the formal, semantic foundation for the creation and reuse of linked open data in the domain of public procurement in the EU.
European Union Public License 1.2
58 stars 18 forks source link

SubmissionTerm and Lot #253

Closed giorgialodi closed 3 years ago

giorgialodi commented 4 years ago

There is a difference between the version 2.0.1 and version 2.0.2 for the SubmissionTerm and Lot relationships. In version 2.0.2 Lot hasSubmissionTerm and SubmissionTerm isSubmissionTermOf Lot (one is the inverse of the other). This is perfect, and looking at real data is what we really need.

Unfortunately, in version 2.0.1 this is different. SubmissionTerm isAppliedBy (property used for many other relationships) Lot and there is no inverse property. This can be a limitation (even if it is still possible to map real data in any case). In the OWL files of version 2.0.1 that we are using for the BDTI pilot, there is this latter solution that reflects the UML diagram of version 2.0.1.

Do you think it is possible to harmonize the two versions and reflect this also in the OWL files we have to use at the time being?

muricna commented 3 years ago

I have requested the change, will keep you informed

giorgialodi commented 3 years ago

That's great @muricna! Thanks a lot!

jseguraf commented 3 years ago

The v2.0.1 of the ontology uses the object property [SubmissionTerm] - isAppliedBy -[Lot] and [Lot] - applies - [SubmissionTerm].

giorgialodi commented 3 years ago

We should uniform it in version 2.0.2 if "applies" and "isAppliedBy" is more appropriate as name of the object property and its inverse.

jseguraf commented 3 years ago

The v2.0.2 has benn also updated as in v2.0.1: [SubmissionTerm] - isAppliedBy -[Lot] and [Lot] - applies - [SubmissionTerm].

https://eprocurementontology.github.io/v2.0.2/index.html

eprocurementontology commented 3 years ago

This has been fixed in version 2.0.1 in the next version where the properties and ranges have been reviewed the property will be: Lot isSubjectToTerm SubmissionTerm and the inverse SubmissionTerm setsContextFor Lot