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
59
stars
18
forks
source link
Problem with associations from Tender to Lot and LotGroup #683
Observe that the first is linked to an epo:LotGroup via epo:isSubjectToGrouping, while the second to an epo:Lot via isSubmittedForLot. However, the latter property has cardinality 1, rendering the first instance non-conformant as it has no such relationship.
While it may seem as if use of epo:TenderGroup might be the way around this, notice that doing so would be semantically incorrect, as it does not share any properties with epo:Tender.
In trying to map eForms field BT-13714-Tender there is a possible misalignment seen. Consider the following RDF extract of two
epo:Tender
instances:Observe that the first is linked to an
epo:LotGroup
viaepo:isSubjectToGrouping
, while the second to anepo:Lot
viaisSubmittedForLot
. However, the latter property has cardinality1
, rendering the first instance non-conformant as it has no such relationship.While it may seem as if use of
epo:TenderGroup
might be the way around this, notice that doing so would be semantically incorrect, as it does not share any properties withepo:Tender
.