Skip to content

Commit 5d55dc0

Browse files
committed
Fix BT-541-LotsGroup-ThresholdNumber rr:child -> rml:reference
There was a typo for an RML code whereby `rml:reference` was inadvertently written `rr:child`, following the parentTriplesMap instantiation terms even though this is a simple attribute mapping. An RML processing error would be raised for any notice having the XPath for this field, such as 173230-2025. This is now fixed and therefore such notices will transform normally.
1 parent fdc3c63 commit 5d55dc0

12 files changed

Lines changed: 1521 additions & 11 deletions

File tree

mappings/package_eforms_sdk1.10_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.11_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.12_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.13_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.3_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.5_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.6_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.7_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.8_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

mappings/package_eforms_sdk1.9_epo4.0/transformation/mappings/LotGroup.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ tedm:MG-Constraint-hasConstraint-AwardCriterion-specifiesProcurementCriterion-Lo
611611
rr:predicate epo:hasThresholdValue ;
612612
rr:objectMap
613613
[
614-
rr:child "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
614+
rml:reference "if(not(exists(efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']) and efbc:ParameterNumeric/text() = '-1' )) then efbc:ParameterNumeric else null" ;
615615
rr:datatype xsd:decimal;
616616
]
617617
] ;

0 commit comments

Comments
 (0)