Skip to content

Commit 911c2ca

Browse files
valexandeschivmeister
authored andcommitted
feat: solving unwanted privacy condition in ProcedureTerm subjectMap
1 parent 7960b45 commit 911c2ca

2 files changed

Lines changed: 666 additions & 151 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-
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" ;
1284+
rml:reference "if (exists(cbc:DocumentDescription)) 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

0 commit comments

Comments
 (0)