Skip to content

Commit de3535a

Browse files
committed
Fix missing Notice->concernsLot/concernsLotGroup
The ResultNotice, ContractModificationNotice and CompletionNotice all should instantiate the relationships concernsLot for Lot and concernsLotGroup for LotGroup.
1 parent 875bf2c commit de3535a

47 files changed

Lines changed: 692 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

mappings/package_eforms_sdk1.10_epo4.0/transformation/mappings/root-can-modif.rml.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,26 @@ tedm:MG-ContractModificationNotice_ND-Root
4747
rr:template "http://data.europa.eu/a4g/resource/id_{replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-')}_Notice" ;
4848
rr:class epo-not:ContractModificationNotice
4949
] ;
50+
rr:predicateObjectMap
51+
[
52+
rdfs:label "MG-Lot-concernsLot-ContractModificationNotice" ;
53+
rdfs:comment "MG-Lot-concernsLot-ContractModificationNotice under ND-Lot" ;
54+
rr:predicate epo:concernsLot ;
55+
rr:objectMap
56+
[
57+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
58+
] ;
59+
] ;
60+
rr:predicateObjectMap
61+
[
62+
rdfs:label "MG-LotGroup-concernsLotGroup-ContractModificationNotice" ;
63+
rdfs:comment "MG-LotGroup-concernsLotGroup-ContractModificationNotice under ND-LotsGroup" ;
64+
rr:predicate epo:concernsLotGroup ;
65+
rr:objectMap
66+
[
67+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
68+
] ;
69+
] ;
5070
.
5171

5272
tedm:MG-ContractModificationNotice_ND-ContractModification a rr:TriplesMap ;

mappings/package_eforms_sdk1.10_epo4.0/transformation/mappings/root-can.rml.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,26 @@ tedm:MG-ResultNotice_ND-Root
9090
rr:parentTriplesMap tedm:MG-ReviewRequester_ND-AppealingParty;
9191
] ;
9292
] ;
93+
rr:predicateObjectMap
94+
[
95+
rdfs:label "MG-Lot-concernsLot-ResultNotice" ;
96+
rdfs:comment "MG-Lot-concernsLot-ResultNotice under ND-Lot" ;
97+
rr:predicate epo:concernsLot ;
98+
rr:objectMap
99+
[
100+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
101+
] ;
102+
] ;
103+
rr:predicateObjectMap
104+
[
105+
rdfs:label "MG-LotGroup-concernsLotGroup-ResultNotice" ;
106+
rdfs:comment "MG-LotGroup-concernsLotGroup-ResultNotice under ND-LotsGroup" ;
107+
rr:predicate epo:concernsLotGroup ;
108+
rr:objectMap
109+
[
110+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
111+
] ;
112+
] ;
93113
.
94114

95115
tedm:MG-AgentInRole-announcesRole-Notice_ND-Root_CAN a rr:TriplesMap ;

mappings/package_eforms_sdk1.10_epo4.0/transformation/mappings/root-compl.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,26 @@ tedm:MG-CompletionNotice_ND-Root
8787
rr:parentTriplesMap tedm:MG-ReviewRequester_ND-AppealingParty ;
8888
] ;
8989
] ;
90+
rr:predicateObjectMap
91+
[
92+
rdfs:label "MG-Lot-concernsLot-CompletionNotice" ;
93+
rdfs:comment "MG-Lot-concernsLot-CompletionNotice under ND-Lot" ;
94+
rr:predicate epo:concernsLot ;
95+
rr:objectMap
96+
[
97+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
98+
] ;
99+
] ;
100+
rr:predicateObjectMap
101+
[
102+
rdfs:label "MG-LotGroup-concernsLotGroup-CompletionNotice" ;
103+
rdfs:comment "MG-LotGroup-concernsLotGroup-CompletionNotice under ND-LotsGroup" ;
104+
rr:predicate epo:concernsLotGroup ;
105+
rr:objectMap
106+
[
107+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
108+
] ;
109+
] ;
90110
.
91111

92112
##--- Function Parameters ---

mappings/package_eforms_sdk1.11_epo4.0/transformation/mappings/root-can-modif.rml.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,26 @@ tedm:MG-ContractModificationNotice_ND-Root
4747
rr:template "http://data.europa.eu/a4g/resource/id_{replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-')}_Notice" ;
4848
rr:class epo-not:ContractModificationNotice
4949
] ;
50+
rr:predicateObjectMap
51+
[
52+
rdfs:label "MG-Lot-concernsLot-ContractModificationNotice" ;
53+
rdfs:comment "MG-Lot-concernsLot-ContractModificationNotice under ND-Lot" ;
54+
rr:predicate epo:concernsLot ;
55+
rr:objectMap
56+
[
57+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
58+
] ;
59+
] ;
60+
rr:predicateObjectMap
61+
[
62+
rdfs:label "MG-LotGroup-concernsLotGroup-ContractModificationNotice" ;
63+
rdfs:comment "MG-LotGroup-concernsLotGroup-ContractModificationNotice under ND-LotsGroup" ;
64+
rr:predicate epo:concernsLotGroup ;
65+
rr:objectMap
66+
[
67+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
68+
] ;
69+
] ;
5070
.
5171

5272
tedm:MG-ContractModificationNotice_ND-ContractModification a rr:TriplesMap ;

mappings/package_eforms_sdk1.11_epo4.0/transformation/mappings/root-can.rml.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,26 @@ tedm:MG-ResultNotice_ND-Root
9090
rr:parentTriplesMap tedm:MG-ReviewRequester_ND-AppealingParty;
9191
] ;
9292
] ;
93+
rr:predicateObjectMap
94+
[
95+
rdfs:label "MG-Lot-concernsLot-ResultNotice" ;
96+
rdfs:comment "MG-Lot-concernsLot-ResultNotice under ND-Lot" ;
97+
rr:predicate epo:concernsLot ;
98+
rr:objectMap
99+
[
100+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
101+
] ;
102+
] ;
103+
rr:predicateObjectMap
104+
[
105+
rdfs:label "MG-LotGroup-concernsLotGroup-ResultNotice" ;
106+
rdfs:comment "MG-LotGroup-concernsLotGroup-ResultNotice under ND-LotsGroup" ;
107+
rr:predicate epo:concernsLotGroup ;
108+
rr:objectMap
109+
[
110+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
111+
] ;
112+
] ;
93113
.
94114

95115
tedm:MG-AgentInRole-announcesRole-Notice_ND-Root_CAN a rr:TriplesMap ;

mappings/package_eforms_sdk1.11_epo4.0/transformation/mappings/root-compl.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,26 @@ tedm:MG-CompletionNotice_ND-Root
8787
rr:parentTriplesMap tedm:MG-ReviewRequester_ND-AppealingParty ;
8888
] ;
8989
] ;
90+
rr:predicateObjectMap
91+
[
92+
rdfs:label "MG-Lot-concernsLot-CompletionNotice" ;
93+
rdfs:comment "MG-Lot-concernsLot-CompletionNotice under ND-Lot" ;
94+
rr:predicate epo:concernsLot ;
95+
rr:objectMap
96+
[
97+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
98+
] ;
99+
] ;
100+
rr:predicateObjectMap
101+
[
102+
rdfs:label "MG-LotGroup-concernsLotGroup-CompletionNotice" ;
103+
rdfs:comment "MG-LotGroup-concernsLotGroup-CompletionNotice under ND-LotsGroup" ;
104+
rr:predicate epo:concernsLotGroup ;
105+
rr:objectMap
106+
[
107+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
108+
] ;
109+
] ;
90110
.
91111

92112
##--- Function Parameters ---

mappings/package_eforms_sdk1.12_epo4.0/transformation/mappings/root-can-modif.rml.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,26 @@ tedm:MG-ContractModificationNotice_ND-Root
4747
rr:template "http://data.europa.eu/a4g/resource/id_{replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-')}_Notice" ;
4848
rr:class epo-not:ContractModificationNotice
4949
] ;
50+
rr:predicateObjectMap
51+
[
52+
rdfs:label "MG-Lot-concernsLot-ContractModificationNotice" ;
53+
rdfs:comment "MG-Lot-concernsLot-ContractModificationNotice under ND-Lot" ;
54+
rr:predicate epo:concernsLot ;
55+
rr:objectMap
56+
[
57+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
58+
] ;
59+
] ;
60+
rr:predicateObjectMap
61+
[
62+
rdfs:label "MG-LotGroup-concernsLotGroup-ContractModificationNotice" ;
63+
rdfs:comment "MG-LotGroup-concernsLotGroup-ContractModificationNotice under ND-LotsGroup" ;
64+
rr:predicate epo:concernsLotGroup ;
65+
rr:objectMap
66+
[
67+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
68+
] ;
69+
] ;
5070
.
5171

5272
tedm:MG-ContractModificationNotice_ND-ContractModification a rr:TriplesMap ;

mappings/package_eforms_sdk1.12_epo4.0/transformation/mappings/root-can.rml.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,26 @@ tedm:MG-ResultNotice_ND-Root
9090
rr:parentTriplesMap tedm:MG-ReviewRequester_ND-AppealingParty;
9191
] ;
9292
] ;
93+
rr:predicateObjectMap
94+
[
95+
rdfs:label "MG-Lot-concernsLot-ResultNotice" ;
96+
rdfs:comment "MG-Lot-concernsLot-ResultNotice under ND-Lot" ;
97+
rr:predicate epo:concernsLot ;
98+
rr:objectMap
99+
[
100+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
101+
] ;
102+
] ;
103+
rr:predicateObjectMap
104+
[
105+
rdfs:label "MG-LotGroup-concernsLotGroup-ResultNotice" ;
106+
rdfs:comment "MG-LotGroup-concernsLotGroup-ResultNotice under ND-LotsGroup" ;
107+
rr:predicate epo:concernsLotGroup ;
108+
rr:objectMap
109+
[
110+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
111+
] ;
112+
] ;
93113
.
94114

95115
tedm:MG-AgentInRole-announcesRole-Notice_ND-Root_CAN a rr:TriplesMap ;

mappings/package_eforms_sdk1.12_epo4.0/transformation/mappings/root-compl.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,26 @@ tedm:MG-CompletionNotice_ND-Root
8787
rr:parentTriplesMap tedm:MG-ReviewRequester_ND-AppealingParty ;
8888
] ;
8989
] ;
90+
rr:predicateObjectMap
91+
[
92+
rdfs:label "MG-Lot-concernsLot-CompletionNotice" ;
93+
rdfs:comment "MG-Lot-concernsLot-CompletionNotice under ND-Lot" ;
94+
rr:predicate epo:concernsLot ;
95+
rr:objectMap
96+
[
97+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
98+
] ;
99+
] ;
100+
rr:predicateObjectMap
101+
[
102+
rdfs:label "MG-LotGroup-concernsLotGroup-CompletionNotice" ;
103+
rdfs:comment "MG-LotGroup-concernsLotGroup-CompletionNotice under ND-LotsGroup" ;
104+
rr:predicate epo:concernsLotGroup ;
105+
rr:objectMap
106+
[
107+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
108+
] ;
109+
] ;
90110
.
91111

92112
##--- Function Parameters ---

mappings/package_eforms_sdk1.13_epo4.0/transformation/mappings/root-can-modif.rml.ttl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,26 @@ tedm:MG-ContractModificationNotice_ND-Root
4747
rr:template "http://data.europa.eu/a4g/resource/id_{replace(replace(/*/cbc:ID[@schemeName='notice-id'], ' ', '-' ), '/' , '-')}_Notice" ;
4848
rr:class epo-not:ContractModificationNotice
4949
] ;
50+
rr:predicateObjectMap
51+
[
52+
rdfs:label "MG-Lot-concernsLot-ContractModificationNotice" ;
53+
rdfs:comment "MG-Lot-concernsLot-ContractModificationNotice under ND-Lot" ;
54+
rr:predicate epo:concernsLot ;
55+
rr:objectMap
56+
[
57+
rr:parentTriplesMap tedm:MG-Lot_ND-Lot
58+
] ;
59+
] ;
60+
rr:predicateObjectMap
61+
[
62+
rdfs:label "MG-LotGroup-concernsLotGroup-ContractModificationNotice" ;
63+
rdfs:comment "MG-LotGroup-concernsLotGroup-ContractModificationNotice under ND-LotsGroup" ;
64+
rr:predicate epo:concernsLotGroup ;
65+
rr:objectMap
66+
[
67+
rr:parentTriplesMap tedm:MG-LotGroup_ND-LotsGroup
68+
] ;
69+
] ;
5070
.
5171

5272
tedm:MG-ContractModificationNotice_ND-ContractModification a rr:TriplesMap ;

0 commit comments

Comments
 (0)