OP-TED / ted-rdf-mapping-eforms

TED-RDF Mapping Suites for eForms Notices
European Union Public License 1.2
1 stars 0 forks source link

Organization to be declared as leader of the group #58

Closed cristianvasquez closed 1 month ago

cristianvasquez commented 2 months ago

Hi! The notice XML declares that the organization ORG-0005 is the leader of a group.

    <efac:Tenderer>
        <cbc:ID schemeName="organization">ORG-0005</cbc:ID>
        <efbc:GroupLeadIndicator>true</efbc:GroupLeadIndicator>
    </efac:Tenderer>

The model 4.0 of the ontology declares a group is represented as follows:

However, I cannot find this in the RDF. Perhaps I'm missing something?

191514-2024

schivmeister commented 2 months ago

According to discussions related to the topic of tendering parties and tenderers, recall that we decided to interpret a group of tenderers only when there is more than one tenderer. In the case of this notice, that does not appear to be the case, i.e. there is only one tenderer. Therefore, I believe this is wrongly marked-up data, in that there is no meaning to the GroupLeadIndicator when there is just one tenderer and hence no group.

<efac:TenderingParty>
    <cbc:ID schemeName="tendering-party">TPA-0001</cbc:ID>
    <efac:Tenderer>
        <cbc:ID schemeName="organization">ORG-0005</cbc:ID>
        <efbc:GroupLeadIndicator>true</efbc:GroupLeadIndicator>
    </efac:Tenderer>
</efac:TenderingParty>
csnyulas commented 1 month ago

@muricna or @cristianvasquez can you please confirm that this is a "bad data" case (i.e. the data contains some statement that has no relevance and can't be represented in the RDF output), and that the fact that we are not mapping this value in this case is correct, and it is in accordance with what we discussed on the Aug. 28th clarification meeting, and with the conceptual mapping (cf. fields OPT-300-Tenderer and OPT-170-Tenderer).

muricna commented 1 month ago

This is not necessarily bad data the notice may just show the lead and not the members. However this is from SDK 1.7 and since SDK 1.11 the Group leader is only allowed and mandatory when there is more than 1 organisation. Therefore to simply we will assume that the Group Lead does not need to be mapped when there is only one organisation shown for the Tenderer in the xml. I therefore close this issue