Holger Knublauch

Fixed NPD namespace, dropped .spin. ending to speed up start up time

...@@ -56,7 +56,7 @@ npdMap:ClassifyArrangedIndividual ...@@ -56,7 +56,7 @@ npdMap:ClassifyArrangedIndividual
56 ] [ sp:object 56 ] [ sp:object
57 [ sp:varName "npdid"^^xsd:string 57 [ sp:varName "npdid"^^xsd:string
58 ] ; 58 ] ;
59 - sp:predicate <http://www.reportinghub.no/npd/schema#id> ; 59 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
60 sp:subject spin:_this 60 sp:subject spin:_this
61 ] [ rdf:type sp:Bind ; 61 ] [ rdf:type sp:Bind ;
62 sp:expression "http://www.reportinghub.no/ep/" ; 62 sp:expression "http://www.reportinghub.no/ep/" ;
...@@ -150,7 +150,7 @@ npdMap:CreateIndividualWithNPDID ...@@ -150,7 +150,7 @@ npdMap:CreateIndividualWithNPDID
150 sp:subject _:b6 150 sp:subject _:b6
151 ]) ; 151 ]) ;
152 sp:where ([ sp:object _:b8 ; 152 sp:where ([ sp:object _:b8 ;
153 - sp:predicate <http://www.reportinghub.no/npd/schema#id> ; 153 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
154 sp:subject spin:_this 154 sp:subject spin:_this
155 ] [ sp:object _:b9 ; 155 ] [ sp:object _:b9 ;
156 sp:predicate rdf:type ; 156 sp:predicate rdf:type ;
...@@ -227,8 +227,8 @@ npdMap:CreateIndividualWithNPDID ...@@ -227,8 +227,8 @@ npdMap:CreateIndividualWithNPDID
227 ?wbIDCOIClsn is classification relationship from ?wbCOI to the RDL entry for wellbore identification code - RDS16622067"""^^xsd:string . 227 ?wbIDCOIClsn is classification relationship from ?wbCOI to the RDL entry for wellbore identification code - RDS16622067"""^^xsd:string .
228 228
229 npdMap:Licence_1 229 npdMap:Licence_1
230 - rdf:type <http://www.reportinghub.no/npd/schema#Licence> ; 230 + rdf:type <http://www.reportinghub.no/np/schema/npd#Licence> ;
231 - <http://www.reportinghub.no/npd/schema#id> 231 + <http://www.reportinghub.no/np/schema/npd#id>
232 "ABC123"^^xsd:string . 232 "ABC123"^^xsd:string .
233 233
234 <http://www.reportinghub.no/ep/schema/well#WellBore> 234 <http://www.reportinghub.no/ep/schema/well#WellBore>
...@@ -258,15 +258,15 @@ Note that because it uses the same URI production rule as other functions, we do ...@@ -258,15 +258,15 @@ Note that because it uses the same URI production rule as other functions, we do
258 sp:where ([ sp:object 258 sp:where ([ sp:object
259 [ sp:varName "npdid"^^xsd:string 259 [ sp:varName "npdid"^^xsd:string
260 ] ; 260 ] ;
261 - sp:predicate <http://www.reportinghub.no/npd/schema#id> ; 261 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
262 sp:subject spin:_this 262 sp:subject spin:_this
263 ] [ sp:object _:b13 ; 263 ] [ sp:object _:b13 ;
264 - sp:predicate <http://www.reportinghub.no/npd/schema#partOfWell> ; 264 + sp:predicate <http://www.reportinghub.no/np/schema/npd#partOfWell> ;
265 sp:subject spin:_this 265 sp:subject spin:_this
266 ] [ sp:object 266 ] [ sp:object
267 [ sp:varName "wellName"^^xsd:string 267 [ sp:varName "wellName"^^xsd:string
268 ] ; 268 ] ;
269 - sp:predicate <http://www.reportinghub.no/npd/schema#name> ; 269 + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
270 sp:subject _:b13 270 sp:subject _:b13
271 ] [ rdf:type sp:Bind ; 271 ] [ rdf:type sp:Bind ;
272 sp:expression "http://www.reportinghub.no/ep/" ; 272 sp:expression "http://www.reportinghub.no/ep/" ;
...@@ -294,14 +294,14 @@ Note that because it uses the same URI production rule as other functions, we do ...@@ -294,14 +294,14 @@ Note that because it uses the same URI production rule as other functions, we do
294 ]) 294 ])
295 ] . 295 ] .
296 296
297 -<http://www.reportinghub.no/npd/schema#NPDIndividual> 297 +<http://www.reportinghub.no/np/schema/npd#NPDIndividual>
298 spin:rule 298 spin:rule
299 [ rdf:type npdMap:CreateIndividualWithNPDID ; 299 [ rdf:type npdMap:CreateIndividualWithNPDID ;
300 sp:arg1 "\"Individual\""^^xsd:string 300 sp:arg1 "\"Individual\""^^xsd:string
301 ] . 301 ] .
302 302
303 npd:WellBore_1 303 npd:WellBore_1
304 - <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> 304 + <http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence>
305 npdMap:Licence_1 . 305 npdMap:Licence_1 .
306 306
307 npd:wellDiskosType 307 npd:wellDiskosType
......