Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with associations from Tender to Lot and LotGroup #683

Open
schivmeister opened this issue Aug 30, 2024 · 1 comment
Open

Problem with associations from Tender to Lot and LotGroup #683

schivmeister opened this issue Aug 30, 2024 · 1 comment
Assignees
Labels
act: for internal discussion it needs to be discussed within the team aux: mapping it is related to the TED-SWS mappings project module: ePO core ePO core
Milestone

Comments

@schivmeister
Copy link

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:

pd:id_15377ca1-6cf7-4060-90f0-9290128957a3_Tender_TEN-0001 a epo:Tender;
  epo:foreseesSubcontracting epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_SubcontractingEstimate_8tLJD9wyvjSHWYvDWGiX5D;
  epo:hasFinancialOfferValue epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_MonetaryValue_JryEpNBTCzNfzKbsxaXwjt;
  epo:hasSubcontracting <http://publications.europa.eu/resource/authority/applicability/yes>;
  epo:isSubjectToGrouping epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_LotGroup_GLO-0001;
  epo:isSubmitedBy epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_Tenderer_TPA-0001;
  epo:isVariant true;
  epo:specifiesSubcontractors epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_SubContractor_ORG-0010;
  adms:identifier epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_TenderIdentifier_8tLJD9wyvjSHWYvDWGiX5D .

epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_Tender_TEN-0002 a epo:Tender;
  epo:foreseesSubcontracting epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_SubcontractingEstimate_nNq2rC7wBesmhA5baJ8mCt;
  epo:hasFinancialOfferValue epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_MonetaryValue_JryEpNBTCzNfzKbsxaXwjt;
  epo:hasSubcontracting <http://publications.europa.eu/resource/authority/applicability/yes>;
  epo:isSubmitedBy epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_Tenderer_TPA-0002;
  epo:isSubmittedForLot epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_Lot_LOT-0001;
  epo:isVariant true;
  adms:identifier epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_TenderIdentifier_nNq2rC7wBesmhA5baJ8mCt .

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.

image

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.

@AchillesDougalis AchillesDougalis self-assigned this Sep 3, 2024
@AchillesDougalis AchillesDougalis added aux: mapping it is related to the TED-SWS mappings project module: ePO core ePO core act: for internal discussion it needs to be discussed within the team labels Sep 3, 2024
@AchillesDougalis AchillesDougalis added this to the 4.2.0 milestone Sep 3, 2024
@andreea-pasare andreea-pasare modified the milestones: 4.2.0, 5.0.0 Sep 24, 2024
@AchillesDougalis
Copy link
Contributor

The diagrams below show the difference in implementation between eForms and the Ontology. To be discussed for alignment
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
act: for internal discussion it needs to be discussed within the team aux: mapping it is related to the TED-SWS mappings project module: ePO core ePO core
Projects
None yet
Development

No branches or pull requests

4 participants