Holger Knublauch

Removed company check as requested by Roar

...@@ -22,96 +22,6 @@ arg:kindRef ...@@ -22,96 +22,6 @@ arg:kindRef
22 rdfs:label "kind ref"^^xsd:string ; 22 rdfs:label "kind ref"^^xsd:string ;
23 rdfs:subPropertyOf sp:arg ; 23 rdfs:subPropertyOf sp:arg ;
24 . 24 .
25 -<http://www.epim.no/schemas/mprml/1#Cs_businessAssociate>
26 - spin:constraint [
27 - rdf:type sp:Construct ;
28 - sp:templates (
29 - [
30 - sp:object spin:ConstraintViolation ;
31 - sp:predicate rdf:type ;
32 - sp:subject _:b46474 ;
33 - ]
34 - [
35 - sp:object [
36 - sp:varName "message"^^xsd:string ;
37 - ] ;
38 - sp:predicate rdfs:label ;
39 - sp:subject _:b46474 ;
40 - ]
41 - ) ;
42 - sp:where (
43 - [
44 - sp:object [
45 - sp:varName "name"^^xsd:string ;
46 - ] ;
47 - sp:predicate <http://www.epim.no/schemas/mprml/1#name> ;
48 - sp:subject spin:_this ;
49 - ]
50 - [
51 - rdf:type sp:TriplePath ;
52 - sp:object [
53 - sp:varName "role"^^xsd:string ;
54 - ] ;
55 - sp:path [
56 - rdf:type sp:SeqPath ;
57 - sp:path1 <http://www.epim.no/schemas/mprml/1#roleRef> ;
58 - sp:path2 <http://www.linkedmodel.org/schema/dtype#value> ;
59 - ] ;
60 - sp:subject spin:_this ;
61 - ]
62 - [
63 - rdf:type sp:Filter ;
64 - sp:expression [
65 - rdf:type sp:eq ;
66 - sp:arg1 [
67 - rdf:type spif:lowerCase ;
68 - sp:arg1 [
69 - sp:varName "role"^^xsd:string ;
70 - ] ;
71 - ] ;
72 - sp:arg2 "operating company" ;
73 - ] ;
74 - ]
75 - [
76 - rdf:type sp:Bind ;
77 - sp:expression [
78 - rdf:type rhspin:companyWithName ;
79 - arg:name [
80 - sp:varName "name"^^xsd:string ;
81 - ] ;
82 - ] ;
83 - sp:variable [
84 - sp:varName "company"^^xsd:string ;
85 - ] ;
86 - ]
87 - [
88 - rdf:type sp:Filter ;
89 - sp:expression [
90 - rdf:type sp:not ;
91 - sp:arg1 [
92 - rdf:type sp:bound ;
93 - sp:arg1 [
94 - sp:varName "company"^^xsd:string ;
95 - ] ;
96 - ] ;
97 - ] ;
98 - ]
99 - [
100 - rdf:type sp:Bind ;
101 - sp:expression [
102 - rdf:type fn:concat ;
103 - sp:arg1 "Invalid company name " ;
104 - sp:arg2 [
105 - sp:varName "name"^^xsd:string ;
106 - ] ;
107 - ] ;
108 - sp:variable [
109 - sp:varName "message"^^xsd:string ;
110 - ] ;
111 - ]
112 - ) ;
113 - ] ;
114 -.
115 <http://www.epim.no/schemas/mprml/1#FacilityIdentifierStruct> 25 <http://www.epim.no/schemas/mprml/1#FacilityIdentifierStruct>
116 spin:constraint [ 26 spin:constraint [
117 rdf:type mpr-proxy-constraints:CheckId ; 27 rdf:type mpr-proxy-constraints:CheckId ;
......