Showing
4 changed files
with
0 additions
and
459 deletions
ToolMapping/.svn/all-wcprops
deleted
100644 → 0
ToolMapping/.svn/entries
deleted
100644 → 0
1 | -10 | ||
2 | - | ||
3 | -dir | ||
4 | -29 | ||
5 | -https://jord-dev.org/svn/ilap/OWL_1_5/ToolMapping | ||
6 | -https://jord-dev.org/svn/ilap | ||
7 | - | ||
8 | - | ||
9 | - | ||
10 | -2014-03-24T19:19:42.579394Z | ||
11 | -11 | ||
12 | -hmottestad | ||
13 | - | ||
14 | - | ||
15 | -svn:special svn:externals svn:needs-lock | ||
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
27 | -32c34ce5-302f-44b3-a65a-1ca98c1fea32 | ||
28 | - | ||
29 | -safranbrreg.ttl | ||
30 | -file | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | -2014-04-11T13:12:48.290000Z | ||
36 | -ad0e69db579f601ab75316e26af0151c | ||
37 | -2014-03-24T19:19:42.579394Z | ||
38 | -11 | ||
39 | -hmottestad | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
45 | - | ||
46 | - | ||
47 | - | ||
48 | - | ||
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | - | ||
54 | - | ||
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | -5561 | ||
62 | - |
1 | -# baseURI: http://posccaesar.org/ilap/brregmapping/ | ||
2 | -# imports: http://data.posccaesar.org/brreg/ | ||
3 | - | ||
4 | -# c14n-version: 3 | ||
5 | -@prefix : <http://posccaesar.org/ilap/ns/> . | ||
6 | -@prefix brreg: <http://data.posccaesar.org/brreg/> . | ||
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | -brreg:LegalEntities | ||
12 | - rdfs:subClassOf [ | ||
13 | - rdf:type owl:Restriction ; | ||
14 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
15 | - owl:onClass :ToolMapping ; | ||
16 | - owl:onProperty :hasMapping ; | ||
17 | - ] ; | ||
18 | -. | ||
19 | -<http://posccaesar.org/ilap/brregmapping/> | ||
20 | - rdf:type owl:Ontology ; | ||
21 | - owl:imports brreg: ; | ||
22 | -. | ||
23 | -: | ||
24 | - rdf:type owl:Ontology ; | ||
25 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
26 | -. | ||
27 | - | ||
28 | -:ABB | ||
29 | - rdf:type brreg:LegalEntities ; | ||
30 | - :hasMapping [ | ||
31 | - rdf:type :SafranMapping ; | ||
32 | - :hasCode "13"^^xsd:string ; | ||
33 | - :hasDescription "ABB"^^xsd:string ; | ||
34 | - :hasShort "ABB"^^xsd:string ; | ||
35 | - :usedInPlan :plan1 ; | ||
36 | - :usedByCompany :Statoil; | ||
37 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
38 | - ] ; | ||
39 | - rdfs:label "ABB"^^xsd:string ; | ||
40 | - owl:sameAs <https://ws.brreg.no/lod/data/982085160> ; | ||
41 | -. | ||
42 | -:Aibel | ||
43 | - rdf:type brreg:LegalEntities ; | ||
44 | - :hasMapping [ | ||
45 | - rdf:type :SafranMapping ; | ||
46 | - :hasCode "3"^^xsd:string ; | ||
47 | - :hasDescription "Aibel"^^xsd:string ; | ||
48 | - :hasShort "Aibel"^^xsd:string ; | ||
49 | - :usedInPlan :plan1 ; | ||
50 | - :usedByCompany :Statoil; | ||
51 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
52 | - ] ; | ||
53 | - rdfs:label "Aibel"^^xsd:string ; | ||
54 | - owl:sameAs <https://ws.brreg.no/lod/data/984735227> ; | ||
55 | -. | ||
56 | -:Aker | ||
57 | - rdf:type brreg:LegalEntities ; | ||
58 | - :hasMapping [ | ||
59 | - rdf:type :SafranMapping ; | ||
60 | - :hasCode "2"^^xsd:string ; | ||
61 | - :hasDescription "Aker Solutions"^^xsd:string ; | ||
62 | - :hasShort "Aker"^^xsd:string ; | ||
63 | - :usedInPlan :plan1 ; | ||
64 | - :usedByCompany :Statoil; | ||
65 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
66 | - ] ; | ||
67 | - rdfs:label "Aker Solutions"^^xsd:string ; | ||
68 | - owl:sameAs <https://ws.brreg.no/lod/data/986529551> ; | ||
69 | -. | ||
70 | -:Apply | ||
71 | - rdf:type brreg:LegalEntities ; | ||
72 | - :hasMapping [ | ||
73 | - rdf:type :SafranMapping ; | ||
74 | - :hasCode "1"^^xsd:string ; | ||
75 | - :hasDescription "Apply Sørco"^^xsd:string ; | ||
76 | - :hasShort "Apply"^^xsd:string ; | ||
77 | - :usedInPlan :plan1 ; | ||
78 | - :usedByCompany :Statoil; | ||
79 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
80 | - ] ; | ||
81 | - rdfs:label "Apply Sørco"^^xsd:string ; | ||
82 | - owl:sameAs <http://ws.brreg.no/lod/data/930694533> ; | ||
83 | -. | ||
84 | -:Archer | ||
85 | - rdf:type brreg:LegalEntities ; | ||
86 | - :hasMapping [ | ||
87 | - rdf:type :SafranMapping ; | ||
88 | - :hasCode "12"^^xsd:string ; | ||
89 | - :hasDescription "Archer"^^xsd:string ; | ||
90 | - :hasShort "Archer"^^xsd:string ; | ||
91 | - :usedInPlan :plan1 ; | ||
92 | - :usedByCompany :Statoil; | ||
93 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
94 | - ] ; | ||
95 | - rdfs:label "Archer"^^xsd:string ; | ||
96 | - owl:sameAs <https://ws.brreg.no/lod/data/934361156> ; | ||
97 | -. | ||
98 | -:Fabricom | ||
99 | - rdf:type brreg:LegalEntities ; | ||
100 | - :hasMapping [ | ||
101 | - rdf:type :SafranMapping ; | ||
102 | - :hasCode "5"^^xsd:string ; | ||
103 | - :hasDescription "Fabricom"^^xsd:string ; | ||
104 | - :hasShort "Fabricom"^^xsd:string ; | ||
105 | - :usedInPlan :plan1 ; | ||
106 | - :usedByCompany :Statoil; | ||
107 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
108 | - ] ; | ||
109 | - rdfs:label "Fabricom"^^xsd:string ; | ||
110 | - owl:sameAs <https://ws.brreg.no/lod/data/955782186> ; | ||
111 | -. | ||
112 | -:KCAD | ||
113 | - rdf:type brreg:LegalEntities ; | ||
114 | - :hasMapping [ | ||
115 | - rdf:type :SafranMapping ; | ||
116 | - :hasCode "11"^^xsd:string ; | ||
117 | - :hasDescription "KCA Deutag"^^xsd:string ; | ||
118 | - :hasShort "KCAD"^^xsd:string ; | ||
119 | - :usedInPlan :plan1 ; | ||
120 | - :usedByCompany :Statoil; | ||
121 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
122 | - ] ; | ||
123 | - rdfs:label "KCA Deutag"^^xsd:string ; | ||
124 | - owl:sameAs <https://ws.brreg.no/lod/data/918357688> ; | ||
125 | -. | ||
126 | -:Odfjell | ||
127 | - rdf:type brreg:LegalEntities ; | ||
128 | - :hasMapping [ | ||
129 | - rdf:type :SafranMapping ; | ||
130 | - :hasCode "10"^^xsd:string ; | ||
131 | - :hasDescription "Odfjell Drilling"^^xsd:string ; | ||
132 | - :hasShort "Odfjell"^^xsd:string ; | ||
133 | - :usedInPlan :plan1 ; | ||
134 | - :usedByCompany :Statoil; | ||
135 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
136 | - ] ; | ||
137 | - rdfs:label "Odfjell Drilling"^^xsd:string ; | ||
138 | - owl:sameAs <https://ws.brreg.no/lod/data/984669151> ; | ||
139 | -. | ||
140 | -:Reinertsen | ||
141 | - rdf:type brreg:LegalEntities ; | ||
142 | - :hasMapping [ | ||
143 | - rdf:type :SafranMapping ; | ||
144 | - :hasCode "7"^^xsd:string ; | ||
145 | - :hasDescription "Reinsertsen AS"^^xsd:string ; | ||
146 | - :hasShort "Reinertsen AS"^^xsd:string ; | ||
147 | - :usedInPlan :plan1 ; | ||
148 | - :usedByCompany :Statoil; | ||
149 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
150 | - ] ; | ||
151 | - rdfs:label "Reinsertsen AS"^^xsd:string ; | ||
152 | - owl:sameAs <https://ws.brreg.no/lod/data/976810015> ; | ||
153 | -. | ||
154 | - | ||
155 | -:SafranMapping | ||
156 | - rdf:type owl:Class ; | ||
157 | - rdfs:label "Safran mapping"^^xsd:string ; | ||
158 | - rdfs:subClassOf :ToolMapping ; | ||
159 | -. | ||
160 | -:Statoil | ||
161 | - rdf:type brreg:LegalEntities ; | ||
162 | - rdfs:label "Statoil"^^xsd:string ; | ||
163 | - owl:sameAs <https://ws.brreg.no/lod/data/923609016> ; | ||
164 | -. | ||
165 | -:ToolMapping | ||
166 | - rdf:type owl:Class ; | ||
167 | - rdfs:label "Tool mapping"^^xsd:string ; | ||
168 | - rdfs:subClassOf owl:Thing ; | ||
169 | -. | ||
170 | -:hasCode | ||
171 | - rdf:type owl:DatatypeProperty ; | ||
172 | - rdfs:domain :ToolMapping ; | ||
173 | - rdfs:label "has code"^^xsd:string ; | ||
174 | -. | ||
175 | -:hasDescription | ||
176 | - rdf:type owl:DatatypeProperty ; | ||
177 | - rdfs:domain :ToolMapping ; | ||
178 | - rdfs:label "has description"^^xsd:string ; | ||
179 | -. | ||
180 | -:hasMapping | ||
181 | - rdf:type owl:ObjectProperty ; | ||
182 | - rdfs:label "has mapping"^^xsd:string ; | ||
183 | -. | ||
184 | -:hasShort | ||
185 | - rdf:type owl:DatatypeProperty ; | ||
186 | - rdfs:domain :ToolMapping ; | ||
187 | - rdfs:label "has short"^^xsd:string ; | ||
188 | -. | ||
189 | -:usedInPlan | ||
190 | - rdf:type owl:ObjectProperty ; | ||
191 | - rdfs:domain :ToolMapping ; | ||
192 | - rdfs:label "used in plan"^^xsd:string ; | ||
193 | -. |
ToolMapping/safranbrreg.ttl
deleted
100644 → 0
1 | -# baseURI: http://posccaesar.org/ilap/brregmapping/ | ||
2 | -# imports: http://data.posccaesar.org/brreg/ | ||
3 | - | ||
4 | -# c14n-version: 3 | ||
5 | -@prefix : <http://posccaesar.org/ilap/ns/> . | ||
6 | -@prefix brreg: <http://data.posccaesar.org/brreg/> . | ||
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | -brreg:LegalEntities | ||
12 | - rdfs:subClassOf [ | ||
13 | - rdf:type owl:Restriction ; | ||
14 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
15 | - owl:onClass :ToolMapping ; | ||
16 | - owl:onProperty :hasMapping ; | ||
17 | - ] ; | ||
18 | -. | ||
19 | -<http://posccaesar.org/ilap/brregmapping/> | ||
20 | - rdf:type owl:Ontology ; | ||
21 | - owl:imports brreg: ; | ||
22 | -. | ||
23 | -: | ||
24 | - rdf:type owl:Ontology ; | ||
25 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
26 | -. | ||
27 | - | ||
28 | -:ABB | ||
29 | - rdf:type brreg:LegalEntities ; | ||
30 | - :hasMapping [ | ||
31 | - rdf:type :SafranMapping ; | ||
32 | - :hasCode "13"^^xsd:string ; | ||
33 | - :hasDescription "ABB"^^xsd:string ; | ||
34 | - :hasShort "ABB"^^xsd:string ; | ||
35 | - :usedInPlan :plan1 ; | ||
36 | - :usedByCompany :Statoil; | ||
37 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
38 | - ] ; | ||
39 | - rdfs:label "ABB"^^xsd:string ; | ||
40 | - owl:sameAs <https://ws.brreg.no/lod/data/982085160> ; | ||
41 | -. | ||
42 | -:Aibel | ||
43 | - rdf:type brreg:LegalEntities ; | ||
44 | - :hasMapping [ | ||
45 | - rdf:type :SafranMapping ; | ||
46 | - :hasCode "3"^^xsd:string ; | ||
47 | - :hasDescription "Aibel"^^xsd:string ; | ||
48 | - :hasShort "Aibel"^^xsd:string ; | ||
49 | - :usedInPlan :plan1 ; | ||
50 | - :usedByCompany :Statoil; | ||
51 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
52 | - ] ; | ||
53 | - rdfs:label "Aibel"^^xsd:string ; | ||
54 | - owl:sameAs <https://ws.brreg.no/lod/data/984735227> ; | ||
55 | -. | ||
56 | -:Aker | ||
57 | - rdf:type brreg:LegalEntities ; | ||
58 | - :hasMapping [ | ||
59 | - rdf:type :SafranMapping ; | ||
60 | - :hasCode "2"^^xsd:string ; | ||
61 | - :hasDescription "Aker Solutions"^^xsd:string ; | ||
62 | - :hasShort "Aker"^^xsd:string ; | ||
63 | - :usedInPlan :plan1 ; | ||
64 | - :usedByCompany :Statoil; | ||
65 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
66 | - ] ; | ||
67 | - rdfs:label "Aker Solutions"^^xsd:string ; | ||
68 | - owl:sameAs <https://ws.brreg.no/lod/data/986529551> ; | ||
69 | -. | ||
70 | -:Apply | ||
71 | - rdf:type brreg:LegalEntities ; | ||
72 | - :hasMapping [ | ||
73 | - rdf:type :SafranMapping ; | ||
74 | - :hasCode "1"^^xsd:string ; | ||
75 | - :hasDescription "Apply Sørco"^^xsd:string ; | ||
76 | - :hasShort "Apply"^^xsd:string ; | ||
77 | - :usedInPlan :plan1 ; | ||
78 | - :usedByCompany :Statoil; | ||
79 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
80 | - ] ; | ||
81 | - rdfs:label "Apply Sørco"^^xsd:string ; | ||
82 | - owl:sameAs <http://ws.brreg.no/lod/data/930694533> ; | ||
83 | -. | ||
84 | -:Archer | ||
85 | - rdf:type brreg:LegalEntities ; | ||
86 | - :hasMapping [ | ||
87 | - rdf:type :SafranMapping ; | ||
88 | - :hasCode "12"^^xsd:string ; | ||
89 | - :hasDescription "Archer"^^xsd:string ; | ||
90 | - :hasShort "Archer"^^xsd:string ; | ||
91 | - :usedInPlan :plan1 ; | ||
92 | - :usedByCompany :Statoil; | ||
93 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
94 | - ] ; | ||
95 | - rdfs:label "Archer"^^xsd:string ; | ||
96 | - owl:sameAs <https://ws.brreg.no/lod/data/934361156> ; | ||
97 | -. | ||
98 | -:Fabricom | ||
99 | - rdf:type brreg:LegalEntities ; | ||
100 | - :hasMapping [ | ||
101 | - rdf:type :SafranMapping ; | ||
102 | - :hasCode "5"^^xsd:string ; | ||
103 | - :hasDescription "Fabricom"^^xsd:string ; | ||
104 | - :hasShort "Fabricom"^^xsd:string ; | ||
105 | - :usedInPlan :plan1 ; | ||
106 | - :usedByCompany :Statoil; | ||
107 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
108 | - ] ; | ||
109 | - rdfs:label "Fabricom"^^xsd:string ; | ||
110 | - owl:sameAs <https://ws.brreg.no/lod/data/955782186> ; | ||
111 | -. | ||
112 | -:KCAD | ||
113 | - rdf:type brreg:LegalEntities ; | ||
114 | - :hasMapping [ | ||
115 | - rdf:type :SafranMapping ; | ||
116 | - :hasCode "11"^^xsd:string ; | ||
117 | - :hasDescription "KCA Deutag"^^xsd:string ; | ||
118 | - :hasShort "KCAD"^^xsd:string ; | ||
119 | - :usedInPlan :plan1 ; | ||
120 | - :usedByCompany :Statoil; | ||
121 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
122 | - ] ; | ||
123 | - rdfs:label "KCA Deutag"^^xsd:string ; | ||
124 | - owl:sameAs <https://ws.brreg.no/lod/data/918357688> ; | ||
125 | -. | ||
126 | -:Odfjell | ||
127 | - rdf:type brreg:LegalEntities ; | ||
128 | - :hasMapping [ | ||
129 | - rdf:type :SafranMapping ; | ||
130 | - :hasCode "10"^^xsd:string ; | ||
131 | - :hasDescription "Odfjell Drilling"^^xsd:string ; | ||
132 | - :hasShort "Odfjell"^^xsd:string ; | ||
133 | - :usedInPlan :plan1 ; | ||
134 | - :usedByCompany :Statoil; | ||
135 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
136 | - ] ; | ||
137 | - rdfs:label "Odfjell Drilling"^^xsd:string ; | ||
138 | - owl:sameAs <https://ws.brreg.no/lod/data/984669151> ; | ||
139 | -. | ||
140 | -:Reinertsen | ||
141 | - rdf:type brreg:LegalEntities ; | ||
142 | - :hasMapping [ | ||
143 | - rdf:type :SafranMapping ; | ||
144 | - :hasCode "7"^^xsd:string ; | ||
145 | - :hasDescription "Reinsertsen AS"^^xsd:string ; | ||
146 | - :hasShort "Reinertsen AS"^^xsd:string ; | ||
147 | - :usedInPlan :plan1 ; | ||
148 | - :usedByCompany :Statoil; | ||
149 | - :hasR-FieldName "S-Contractor"^^xsd:string | ||
150 | - ] ; | ||
151 | - rdfs:label "Reinsertsen AS"^^xsd:string ; | ||
152 | - owl:sameAs <https://ws.brreg.no/lod/data/976810015> ; | ||
153 | -. | ||
154 | - | ||
155 | -:SafranMapping | ||
156 | - rdf:type owl:Class ; | ||
157 | - rdfs:label "Safran mapping"^^xsd:string ; | ||
158 | - rdfs:subClassOf :ToolMapping ; | ||
159 | -. | ||
160 | -:Statoil | ||
161 | - rdf:type brreg:LegalEntities ; | ||
162 | - rdfs:label "Statoil"^^xsd:string ; | ||
163 | - owl:sameAs <https://ws.brreg.no/lod/data/923609016> ; | ||
164 | -. | ||
165 | -:ToolMapping | ||
166 | - rdf:type owl:Class ; | ||
167 | - rdfs:label "Tool mapping"^^xsd:string ; | ||
168 | - rdfs:subClassOf owl:Thing ; | ||
169 | -. | ||
170 | -:hasCode | ||
171 | - rdf:type owl:DatatypeProperty ; | ||
172 | - rdfs:domain :ToolMapping ; | ||
173 | - rdfs:label "has code"^^xsd:string ; | ||
174 | -. | ||
175 | -:hasDescription | ||
176 | - rdf:type owl:DatatypeProperty ; | ||
177 | - rdfs:domain :ToolMapping ; | ||
178 | - rdfs:label "has description"^^xsd:string ; | ||
179 | -. | ||
180 | -:hasMapping | ||
181 | - rdf:type owl:ObjectProperty ; | ||
182 | - rdfs:label "has mapping"^^xsd:string ; | ||
183 | -. | ||
184 | -:hasShort | ||
185 | - rdf:type owl:DatatypeProperty ; | ||
186 | - rdfs:domain :ToolMapping ; | ||
187 | - rdfs:label "has short"^^xsd:string ; | ||
188 | -. | ||
189 | -:usedInPlan | ||
190 | - rdf:type owl:ObjectProperty ; | ||
191 | - rdfs:domain :ToolMapping ; | ||
192 | - rdfs:label "used in plan"^^xsd:string ; | ||
193 | -. |
-
Please register or login to post a comment