Skip to content

Commit 786525b

Browse files
valexandeschivmeister
authored andcommitted
feat: commit 2/3 for ProcedureTerm dangling entities
1 parent 94121ca commit 786525b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/mappings/Procedure.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ tedm:MG-ProcedureTerm-isSubjectToProcedureSpecificTerm-Procedure_ND-CrossBorderL
12811281
[
12821282
rdfs:label "ND-CrossBorderLaw";
12831283
rdfs:comment "Primary type declaration of MG-ProcedureTerm under ND-CrossBorderLaw";
1284-
rr:template "http://data.europa.eu/a4g/resource/{/*/cbc:ID[@schemeName='notice-id']}-{/*/cbc:VersionID}/ProcedureTerm${replace(translate(path(), concat(codepoints-to-string(123), codepoints-to-string(125), '/[]'), ' _'), 'Q .*? ', '')}" ;
1284+
rml:reference "if (exists(cbc:DocumentDescription) and not(exists(/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']) and cbc:DocumentDescription/text() = 'unpublished')) then 'http://data.europa.eu/a4g/resource/' || /*/cbc:ID[@schemeName='notice-id'] || '-' || /*/cbc:VersionID || '/ProcedureTerm$' || replace(translate(path(), concat(codepoints-to-string(123), codepoints-to-string(125), '/[]'), ' _'), 'Q .*? ', '') else null" ;
12851285
rr:class epo:ProcedureTerm
12861286
] ;
12871287
# rr:predicateObjectMap

src/output-cn.ttl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,7 @@ maximale Bestellmenge: 1.885 Paar"""@de;
513513
<http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/Lot/LOT-0002>;
514514
epo:hasPurpose <http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/ProcedurePurpose$_ContractNotice1_ProcurementProject1>;
515515
epo:isAccelerated false;
516-
epo:isSubjectToProcedureSpecificTerm <http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/ProcedureTerm$_ContractNotice1_TenderingTerms1_LotDistribution1>,
517-
<http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/ProcedureTerm$_ContractNotice1_TenderingTerms1_ProcurementLegislationDocumentReference2>;
516+
epo:isSubjectToProcedureSpecificTerm <http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/ProcedureTerm$_ContractNotice1_TenderingTerms1_LotDistribution1>;
518517
dct:description "Rahmenvereinbarungen über die Lieferung von Stiefeln Schnittschutz, ASD 46555A und dazugehöriger Ersatzteile im Zeitraum 01.04.2024 bis 31.03.2028"@de;
519518
dct:title "Stiefel Schnittschutz, Rahmenvereinbarungen"@de;
520519
adms:identifier <http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/Procedure/Identifier/a5a5eeb3-62d0-4830-9c99-e8efc75229d4> .
@@ -538,9 +537,6 @@ maximale Bestellmenge: 1.885 Paar"""@de;
538537
epo:hasMaximumLotSubmissionAllowed 2;
539538
epo:hasMaximumNumberOfLotsToBeAwarded 1 .
540539

541-
<http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/ProcedureTerm$_ContractNotice1_TenderingTerms1_ProcurementLegislationDocumentReference2>
542-
a epo:ProcedureTerm .
543-
544540
<http://data.europa.eu/a4g/resource/6292e4c8-1f2b-4afa-a22a-982b27bb2712-01/ProcurementCriterion$_ContractNotice1_ProcurementProjectLot1>
545541
a epo:ProcurementCriterion;
546542
epo:hasPerformingStaffQualificationInformation <http://publications.europa.eu/resource/authority/requirement-stage/not-requ> .

0 commit comments

Comments
 (0)