Holger Knublauch

Corrected two MPR constraints

......@@ -89,11 +89,6 @@ arg:kindRef
] ;
spin:constraint
[ rdf:type mpr-proxy-constraints:CheckId ;
arg:kindRef <http://www.epim.no/schemas/mprml/1#RF_field> ;
arg:type <http://www.reportinghub.no/ep/schema/facility#Field>
] ;
spin:constraint
[ rdf:type mpr-proxy-constraints:CheckId ;
arg:kindRef <http://www.epim.no/schemas/mprml/1#RF_platform> ;
arg:type <http://www.reportinghub.no/ep/schema/facility#Platform>
] ;
......@@ -109,6 +104,11 @@ arg:kindRef
] ;
spin:constraint
[ rdf:type mpr-proxy-constraints:CheckName ;
arg:kindRef <http://www.epim.no/schemas/mprml/1#RF_field> ;
arg:type <http://www.reportinghub.no/ep/schema/facility#Field>
] ;
spin:constraint
[ rdf:type mpr-proxy-constraints:CheckName ;
arg:kindRef <http://www.epim.no/schemas/mprml/1#RF_platform> ;
arg:type <http://www.reportinghub.no/ep/schema/facility#Platform>
] ;
......@@ -324,7 +324,7 @@ mpr-proxy-constraints:CheckIdAndNameMatch
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:or ;
[ rdf:type sp:and ;
sp:arg1 [ rdf:type sp:or ;
sp:arg1 [ rdf:type sp:bound ;
sp:arg1 [ sp:varName "byId"^^xsd:string
......