Skip to content

Commit f9c6ac9

Browse files
authored
Merge pull request #146 from OP-TED/feature/TEDSWS-320_empty-constraint
Fix empty SelectionCriterion Constraint for SDK v1.3-1.7
2 parents b8da3b8 + a7daec8 commit f9c6ac9

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

mappings/package_eforms_sdk1.3_epo4.0/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
]
6767
}
6868
},
69-
"mapping_suite_hash_digest": "fc88ace3a388880512a6d93deedaa90ceeb562ddc041535d7e1e02f82602236f"
69+
"mapping_suite_hash_digest": "3ff2141741e6dc54814d77798b8743420dbff453a18cb1df11a464d14d3ac92f"
7070
}

mappings/package_eforms_sdk1.3_epo4.0/transformation/mappings/Lot_v1.3-1.8.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ tedm:MG-Constraint-hasConstraint-SelectionCriterion-specifiesProcurementCriterio
160160
rr:subjectMap
161161
[
162162
rdfs:label "ND-SecondStageThresholdCriterionParameter";
163-
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw')" ;
163+
rml:reference "if (exists(efbc:ParameterCode[@listName='number-threshold'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw') else null" ;
164164
rr:class cccev:Constraint
165165
] ;
166166
rr:predicateObjectMap

mappings/package_eforms_sdk1.5_epo4.0/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
]
6767
}
6868
},
69-
"mapping_suite_hash_digest": "ddd734acc2a9fc3e9bf8af18164efa0993b431336b6ce092b7a12cede31b08e5"
69+
"mapping_suite_hash_digest": "c09990f2a0da29c39526c62bb851879ec139d2a6d40580d20fed26ed4c430add"
7070
}

mappings/package_eforms_sdk1.5_epo4.0/transformation/mappings/Lot_v1.3-1.8.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ tedm:MG-Constraint-hasConstraint-SelectionCriterion-specifiesProcurementCriterio
160160
rr:subjectMap
161161
[
162162
rdfs:label "ND-SecondStageThresholdCriterionParameter";
163-
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw')" ;
163+
rml:reference "if (exists(efbc:ParameterCode[@listName='number-threshold'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw') else null" ;
164164
rr:class cccev:Constraint
165165
] ;
166166
rr:predicateObjectMap

mappings/package_eforms_sdk1.6_epo4.0/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
]
6767
}
6868
},
69-
"mapping_suite_hash_digest": "441dec3e52f14ffee58610f23425b56f77097d1d97bda8ad702ef96f459b205c"
69+
"mapping_suite_hash_digest": "bb3ef3b6d57208b6f84474a62ba55824485ce49ec5fe650526171469dd8e4917"
7070
}

mappings/package_eforms_sdk1.6_epo4.0/transformation/mappings/Lot_v1.3-1.8.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ tedm:MG-Constraint-hasConstraint-SelectionCriterion-specifiesProcurementCriterio
160160
rr:subjectMap
161161
[
162162
rdfs:label "ND-SecondStageThresholdCriterionParameter";
163-
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw')" ;
163+
rml:reference "if (exists(efbc:ParameterCode[@listName='number-threshold'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw') else null" ;
164164
rr:class cccev:Constraint
165165
] ;
166166
rr:predicateObjectMap

mappings/package_eforms_sdk1.7_epo4.0/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
]
6767
}
6868
},
69-
"mapping_suite_hash_digest": "bade04f833b452fe031438c64bb59249367a92ab62e2145ced23fb34c5d9407c"
69+
"mapping_suite_hash_digest": "3b52ad838939909266d83c808fddfb6d99c1d8c4240c06b0c714d627225af311"
7070
}

mappings/package_eforms_sdk1.7_epo4.0/transformation/mappings/Lot_v1.3-1.8.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ tedm:MG-Constraint-hasConstraint-SelectionCriterion-specifiesProcurementCriterio
160160
rr:subjectMap
161161
[
162162
rdfs:label "ND-SecondStageThresholdCriterionParameter";
163-
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw')" ;
163+
rml:reference "if (exists(efbc:ParameterCode[@listName='number-threshold'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw') else null" ;
164164
rr:class cccev:Constraint
165165
] ;
166166
rr:predicateObjectMap

mappings/package_eforms_sdk1.8_epo4.0/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
]
6767
}
6868
},
69-
"mapping_suite_hash_digest": "47e67e854b3c6f18a0aed684c900039855d46c6e83bd1eae2b1063c762a8eae0"
69+
"mapping_suite_hash_digest": "dfa9d824102c5399f1f51b0d455c22eb5604f61315fa4f6fd17dcdbe907c0e90"
7070
}

mappings/package_eforms_sdk1.8_epo4.0/transformation/mappings/Lot_v1.3-1.8.rml.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ tedm:MG-Constraint-hasConstraint-SelectionCriterion-specifiesProcurementCriterio
160160
rr:subjectMap
161161
[
162162
rdfs:label "ND-SecondStageThresholdCriterionParameter";
163-
rml:reference "'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw')" ;
163+
rml:reference "if (exists(efbc:ParameterCode[@listName='number-threshold'])) then 'http://data.europa.eu/a4g/resource/id_' || replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-') || '_Constraint_' || unparsed-text('https://digest-api.ted-data.eu/api/v1/hashing/fn/uuid/' || encode-for-uri(path()) || '?response_type=raw') else null" ;
164164
rr:class cccev:Constraint
165165
] ;
166166
rr:predicateObjectMap

0 commit comments

Comments
 (0)