Skip to content

Commit 7960b45

Browse files
valexandeschivmeister
authored andcommitted
feat: reverting adms:Identifier Procedure ContractFolderId
The ID->ContractFolderID is to be fixed separately as there is apparently a previous reversal of this exact fix. Plus the normalize-space is also not needed (all occurrences of it will also be fixed in later commits).
1 parent 46ff3a3 commit 7960b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mappings/Procedure.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ tedm:MG-Identifier-identifier-Procedure-refersToProcedure-Notice_ND-Root a rr:Tr
144144
[
145145
rdfs:label "MG-Identifier" ;
146146
rdfs:comment "Type declaration for MG-Identifier under ND-ProcedureProcurementScope" ;
147-
rml:reference "if (exists(cbc:ContractFolderID) and normalize-space(cbc:ContractFolderID) != '' and not(exists(/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeSubType/cbc:SubTypeCode[contains('1 2 3 4 5 6 E1 E2', text())]))) then 'http://data.europa.eu/a4g/resource/' || /*/cbc:ID[@schemeName='notice-id'] || '-' || /*/cbc:VersionID || '/Procedure/Identifier/' || encode-for-uri(cbc:ContractFolderID) else null" ;
147+
rml:reference "if (exists(cbc:ContractFolderID) and not(exists(/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeSubType/cbc:SubTypeCode[contains('1 2 3 4 5 6 E1 E2', text())]))) then 'http://data.europa.eu/a4g/resource/' || /*/cbc:ID[@schemeName='notice-id'] || '-' || /*/cbc:VersionID || '/Procedure/Identifier/' || encode-for-uri(/*/cbc:ContractFolderID) else null" ;
148148
rr:class adms:Identifier
149149
] ;
150150
rr:predicateObjectMap

0 commit comments

Comments
 (0)