Holger Knublauch

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

......@@ -56,7 +56,7 @@ npdMap:ClassifyArrangedIndividual
] [ sp:object
[ sp:varName "npdid"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/npd/schema#id> ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression "http://www.reportinghub.no/ep/" ;
......@@ -150,7 +150,7 @@ npdMap:CreateIndividualWithNPDID
sp:subject _:b6
]) ;
sp:where ([ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/npd/schema#id> ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
sp:subject spin:_this
] [ sp:object _:b9 ;
sp:predicate rdf:type ;
......@@ -227,8 +227,8 @@ npdMap:CreateIndividualWithNPDID
?wbIDCOIClsn is classification relationship from ?wbCOI to the RDL entry for wellbore identification code - RDS16622067"""^^xsd:string .
npdMap:Licence_1
rdf:type <http://www.reportinghub.no/npd/schema#Licence> ;
<http://www.reportinghub.no/npd/schema#id>
rdf:type <http://www.reportinghub.no/np/schema/npd#Licence> ;
<http://www.reportinghub.no/np/schema/npd#id>
"ABC123"^^xsd:string .
<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
sp:where ([ sp:object
[ sp:varName "npdid"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/npd/schema#id> ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
sp:subject spin:_this
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/npd/schema#partOfWell> ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#partOfWell> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/npd/schema#name> ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject _:b13
] [ rdf:type sp:Bind ;
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
])
] .
<http://www.reportinghub.no/npd/schema#NPDIndividual>
<http://www.reportinghub.no/np/schema/npd#NPDIndividual>
spin:rule
[ rdf:type npdMap:CreateIndividualWithNPDID ;
sp:arg1 "\"Individual\""^^xsd:string
] .
npd:WellBore_1
<http://www.reportinghub.no/npd/schema#drilledInProductionLicence>
<http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence>
npdMap:Licence_1 .
npd:wellDiskosType
......