Skip to content

Commit 46ff3a3

Browse files
valexandeschivmeister
authored andcommitted
feat: reverting SocialProcurement false condition
1 parent 189a338 commit 46ff3a3

2 files changed

Lines changed: 486 additions & 1763 deletions

File tree

src/mappings/Lot.rml.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3700,8 +3700,7 @@ rdfs:label "MG-StrategicProcurement";
37003700
] ;
37013701
rr:objectMap
37023702
[
3703-
# NOTE: Avoid generating type-only SocialProcurement (details come from BT-775 via social-objective mapping)
3704-
rml:reference "if (false()) then 'http://data.europa.eu/a4g/ontology#SocialProcurement' else null" ;
3703+
rml:reference "if (cbc:ProcurementTypeCode/text()='soc-obj') then 'http://data.europa.eu/a4g/ontology#SocialProcurement' else null" ;
37053704
rr:termType rr:IRI ;
37063705
] ;
37073706
]

0 commit comments

Comments
 (0)