Skip to content

Commit d889851

Browse files
committed
Update some select URIs with new hash removal techniques
1 parent 63d6f9c commit d889851

23 files changed

Lines changed: 149 additions & 113 deletions

src/mappings-versioned/Lot_v1.3-1.7.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tedm:MG-ProcurementDocument-involvesProcurementDocument-AccessTerm-isSubjectToLo
7979
rr:subjectMap
8080
[
8181
rdfs:label "ND-LotDocOfficialLanguage";
82-
rml:reference "if (exists(cbc:LanguageID[not(../cbc:DocumentStatusCode/text()='non-official')])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_ProcurementDocument_' || encode-for-uri(concat(path(..), cbc:ID/text())) else null" ;
82+
rml:reference "if (exists(cbc:LanguageID[not(../cbc:DocumentStatusCode/text()='non-official')])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_ProcurementDocument_' || replace(replace(replace(concat(path(..), cbc:ID/text()), 'Q\\{[^}]+\\}', ''), '\\[([0-9]+)\\]', '_$1'), '/', '_') else null" ;
8383
rr:class epo:ProcurementDocument
8484
] ;
8585
rml:logicalSource

src/mappings-versioned/Lot_v1.3-1.8.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ tedm:MG-ProcurementDocument-involvesProcurementDocument-AccessTerm-isSubjectToLo
237237
rr:subjectMap
238238
[
239239
rdfs:label "ND-LotDocAllNonOfficialLanguages";
240-
rml:reference "if (exists(cbc:LanguageID[../cbc:DocumentStatusCode/text()='non-official'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_ProcurementDocument_' || encode-for-uri(concat(path(..), cbc:ID/text())) else null" ;
240+
rml:reference "if (exists(cbc:LanguageID[../cbc:DocumentStatusCode/text()='non-official'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_ProcurementDocument_' || replace(replace(replace(concat(path(..), cbc:ID/text()), 'Q\\{[^}]+\\}', ''), '\\[([0-9]+)\\]', '_$1'), '/', '_') else null" ;
241241
rr:class epo:ProcurementDocument
242242
] ;
243243
rr:predicateObjectMap

src/mappings-versioned/Lot_v1.8-1.8.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tedm:MG-ProcurementDocument-involvesProcurementDocument-AccessTerm-isSubjectToLo
2828
rr:subjectMap
2929
[
3030
rdfs:label "ND-LotDocOfficialLanguage";
31-
rml:reference "if (exists(cbc:LanguageID[../cbc:DocumentStatusCode/text()='official'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_ProcurementDocument_' || encode-for-uri(concat(path(..), cbc:ID/text())) else null" ;
31+
rml:reference "if (exists(cbc:LanguageID[../cbc:DocumentStatusCode/text()='official'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_ProcurementDocument_' || replace(replace(replace(concat(path(..), cbc:ID/text()), 'Q\\{[^}]+\\}', ''), '\\[([0-9]+)\\]', '_$1'), '/', '_') else null" ;
3232
rr:class epo:ProcurementDocument
3333
] ;
3434
rml:logicalSource

src/mappings-versioned/VehicleInformation-can_v1.13+.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tedm:MG-VehicleInformation_ND-ProcurementDetailsLotResult a rr:TriplesMap ;
3535
rr:subjectMap
3636
[
3737
rdfs:label "ND-ProcurementDetailsLotResult" ;
38-
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_VehicleInformation_' || encode-for-uri(if (exists(../efac:ProcurementDetails[2])) then path() else path(..))" ;
38+
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_VehicleInformation_' || encode-for-uri(if (exists(../efac:ProcurementDetails[2])) then replace(replace(replace(path(), 'Q\\{[^}]+\\}', ''), '\\[([0-9]+)\\]', '_$1'), '/', '_') else replace(replace(replace(path(..), 'Q\\{[^}]+\\}', ''), '\\[([0-9]+)\\]', '_$1'), '/', '_'))" ;
3939
rr:class epo:VehicleInformation
4040
] ;
4141
rr:predicateObjectMap

src/mappings-versioned/VehicleInformation-can_v1.3-1.12.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tedm:MG-VehicleInformation_ND-ProcurementDetailsLotResult a rr:TriplesMap ;
3535
rr:subjectMap
3636
[
3737
rdfs:label "ND-ProcurementDetailsLotResult" ;
38-
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_VehicleInformation_' || encode-for-uri(if (exists(../efac:ProcurementDetails[2])) then path() else path(..))" ;
38+
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_VehicleInformation_' || encode-for-uri(if (exists(../efac:ProcurementDetails[2])) then replace(replace(replace(path(), 'Q\\{[^}]+\\}', ''), '\\[([0-9]+)\\]', '_$1'), '/', '_') else replace(replace(replace(path(..), 'Q\\{[^}]+\\}', ''), '\\[([0-9]+)\\]', '_$1'), '/', '_'))" ;
3939
rr:class epo:VehicleInformation
4040
] ;
4141
rr:predicateObjectMap

src/output-can.ttl

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_LotAwardOutcome_RES-0001 a epo:LotAw
518518
epo:hasAwardStatus <http://publications.europa.eu/resource/authority/winner-selection-status/selec-w>;
519519
epo:hasFrameworkAgreementMaximumValue epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_FrameworkAgreementMaximumMonetaryValue__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_FrameworkAgreementValues1;
520520
rdfs:seeAlso epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_ReviewRequestSummary__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1,
521-
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation_%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3AContractAwardNotice-2%7DContractAwardNotice%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtensions%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtension%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DExtensionContent%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extensions%2F1%7DEformsExtension%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DNoticeResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DLotResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurement%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurementInformation%5B1%5D,
522-
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1 .
521+
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1,
522+
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice_1_UBLExtensions_1_UBLExtension_1_ExtensionContent_1_EformsExtension_1_NoticeResult_1_LotResult_1_StrategicProcurement_1_StrategicProcurementInformation_1 .
523523

524524
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_LotAwardOutcome_RES-0002 a epo:LotAwardOutcome;
525525
epo:comprisesTenderAwardOutcome epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_TenderAwardOutcome_TEN-0003;
@@ -1388,11 +1388,9 @@ epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_UBOAddress__ContractAwardNotice1_UBL
13881388

13891389
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation_%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3AContractAwardNotice-2%7DContractAwardNotice%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtensions%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtension%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DExtensionContent%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extensions%2F1%7DEformsExtension%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DNoticeResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DLotResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurement%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurementInformation%5B1%5D
13901390
a epo:VehicleInformation;
1391-
epo:concernsGreenProcurement epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_GreenProcurement__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1;
13921391
epo:hasCleanVehicles 10;
13931392
epo:hasTotalVehicles 45;
1394-
epo:hasZeroEmissionVehicles 2;
1395-
epo:specifiesCleanVehicleDirectiveVehicleCategory <http://publications.europa.eu/resource/authority/vehicle-category/n2-n3> .
1393+
epo:hasZeroEmissionVehicles 2 .
13961394

13971395
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice1_ProcurementProjectLot2_TenderingTerms1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_StrategicProcurement1
13981396
epo:concernsGreenProcurement epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_GreenProcurement__ContractAwardNotice1_ProcurementProjectLot2_TenderingTerms1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_StrategicProcurement1;
@@ -1404,6 +1402,11 @@ epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNot
14041402
epo:concernsGreenProcurement epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_GreenProcurement__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1;
14051403
epo:specifiesCleanVehicleDirectiveContractType <http://publications.europa.eu/resource/authority/cvd-contract-type/oth-serv-contr> .
14061404

1405+
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice_1_UBLExtensions_1_UBLExtension_1_ExtensionContent_1_EformsExtension_1_NoticeResult_1_LotResult_1_StrategicProcurement_1_StrategicProcurementInformation_1
1406+
a epo:VehicleInformation;
1407+
epo:concernsGreenProcurement epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_GreenProcurement__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1;
1408+
epo:specifiesCleanVehicleDirectiveVehicleCategory <http://publications.europa.eu/resource/authority/vehicle-category/n2-n3> .
1409+
14071410
epd:id_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01_Notice a epo:PlanningNotice;
14081411
epo:announcesPlannedProcurementPart epd:id_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01_PlannedProcurementPart_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01;
14091412
adms:identifier epd:id_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01_PlanningNoticeIdentifier_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01 .

src/output-versioned/can_24_maximal-1.10.ttl

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_LotAwardOutcome_RES-0001 a epo:LotAw
503503
epo:hasAwardStatus <http://publications.europa.eu/resource/authority/winner-selection-status/selec-w>;
504504
epo:hasFrameworkAgreementMaximumValue epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_FrameworkAgreementMaximumMonetaryValue__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_FrameworkAgreementValues1;
505505
rdfs:seeAlso epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_ReviewRequestSummary__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1,
506-
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation_%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3AContractAwardNotice-2%7DContractAwardNotice%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtensions%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtension%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DExtensionContent%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extensions%2F1%7DEformsExtension%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DNoticeResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DLotResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurement%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurementInformation%5B1%5D,
507-
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1 .
506+
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1,
507+
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice_1_UBLExtensions_1_UBLExtension_1_ExtensionContent_1_EformsExtension_1_NoticeResult_1_LotResult_1_StrategicProcurement_1_StrategicProcurementInformation_1 .
508508

509509
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_LotAwardOutcome_RES-0002 a epo:LotAwardOutcome;
510510
epo:comprisesTenderAwardOutcome epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_TenderAwardOutcome_TEN-0003;
@@ -1283,11 +1283,9 @@ epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_UBOAddress__ContractAwardNotice1_UBL
12831283

12841284
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation_%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3AContractAwardNotice-2%7DContractAwardNotice%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtensions%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DUBLExtension%5B1%5D%2FQ%7Burn%3Aoasis%3Anames%3Aspecification%3Aubl%3Aschema%3Axsd%3ACommonExtensionComponents-2%7DExtensionContent%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extensions%2F1%7DEformsExtension%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DNoticeResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DLotResult%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurement%5B1%5D%2FQ%7Bhttp%3A%2F%2Fdata.europa.eu%2Fp27%2Feforms-ubl-extension-aggregate-components%2F1%7DStrategicProcurementInformation%5B1%5D
12851285
a epo:VehicleInformation;
1286-
epo:concernsGreenProcurement epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_GreenProcurement__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1;
12871286
epo:hasCleanVehicles 10;
12881287
epo:hasTotalVehicles 45;
1289-
epo:hasZeroEmissionVehicles 2;
1290-
epo:specifiesCleanVehicleDirectiveVehicleCategory <http://publications.europa.eu/resource/authority/vehicle-category/n2-n3> .
1288+
epo:hasZeroEmissionVehicles 2 .
12911289

12921290
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice1_ProcurementProjectLot2_TenderingTerms1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_StrategicProcurement1
12931291
a epo:VehicleInformation;
@@ -1299,6 +1297,11 @@ epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNot
12991297
epo:concernsGreenProcurement epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_GreenProcurement__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1;
13001298
epo:specifiesCleanVehicleDirectiveContractType <http://publications.europa.eu/resource/authority/cvd-contract-type/oth-serv-contr> .
13011299

1300+
epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_VehicleInformation__ContractAwardNotice_1_UBLExtensions_1_UBLExtension_1_ExtensionContent_1_EformsExtension_1_NoticeResult_1_LotResult_1_StrategicProcurement_1_StrategicProcurementInformation_1
1301+
a epo:VehicleInformation;
1302+
epo:concernsGreenProcurement epd:id_15377ca1-6cf7-4060-90f0-9290128957a3_GreenProcurement__ContractAwardNotice1_UBLExtensions1_UBLExtension1_ExtensionContent1_EformsExtension1_NoticeResult1_LotResult1_StrategicProcurement1_StrategicProcurementInformation1;
1303+
epo:specifiesCleanVehicleDirectiveVehicleCategory <http://publications.europa.eu/resource/authority/vehicle-category/n2-n3> .
1304+
13021305
epd:id_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01_Notice a epo:PlanningNotice;
13031306
epo:announcesPlannedProcurementPart epd:id_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01_PlannedProcurementPart_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01;
13041307
adms:identifier epd:id_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01_PlanningNoticeIdentifier_9c0fd704-64d3-4294-a3b6-6df45911ab9f-01 .

0 commit comments

Comments
 (0)