We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189a338 commit 46ff3a3Copy full SHA for 46ff3a3
2 files changed
src/mappings/Lot.rml.ttl
@@ -3700,8 +3700,7 @@ rdfs:label "MG-StrategicProcurement";
3700
] ;
3701
rr:objectMap
3702
[
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" ;
+ rml:reference "if (cbc:ProcurementTypeCode/text()='soc-obj') then 'http://data.europa.eu/a4g/ontology#SocialProcurement' else null" ;
3705
rr:termType rr:IRI ;
3706
3707
]
0 commit comments