Skip to content

Commit 4c5644f

Browse files
committed
fix: elusive unwanted "else null" in Procedure ND-DirectAward
This throws off the transformation of tran (T01) notices such as Planning_EFT01_00665129-2023.xml, which exercise the DirectAwardTerm connection from Procedure. Relates to fix for TEDSWS-432.
1 parent f5c97a1 commit 4c5644f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mappings-can/Procedure-can.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tedm:MG-Procedure_ND-DirectAward a rr:TriplesMap ;
3535
rr:subjectMap
3636
[
3737
rdfs:label "ND-DirectAward";
38-
rml:reference "'http://data.europa.eu/a4g/resource/' || /*/cbc:ID[@schemeName='notice-id'] || '-' || /*/cbc:VersionID || '/Procedure/' || (if (exists(/*/cbc:ContractFolderID)) then encode-for-uri(/*/cbc:ContractFolderID) else '0000000-0000-4000-8000-000000000000') else null" ;
38+
rml:reference "'http://data.europa.eu/a4g/resource/' || /*/cbc:ID[@schemeName='notice-id'] || '-' || /*/cbc:VersionID || '/Procedure/' || (if (exists(/*/cbc:ContractFolderID)) then encode-for-uri(/*/cbc:ContractFolderID) else '0000000-0000-4000-8000-000000000000')" ;
3939
rr:class epo:Procedure
4040
] ;
4141

0 commit comments

Comments
 (0)