Holger Knublauch

NPD ingestion progress

This diff could not be displayed because it is too large.
......@@ -12,11 +12,11 @@
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "1"^^xsd:int
composite:index "0"^^xsd:int
] ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
composite:index "1"^^xsd:int
] ;
inference:completeMode
"true"^^xsd:boolean ;
......
# baseURI: file:///www.reportinghub.no/transform/npd/licence
# imports: http://topbraid.org/tables
@prefix licence: <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#> .
@prefix licence: <file:///www.reportinghub.no/transform/npd/licence#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tables: <http://topbraid.org/tables#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/transform/npd/licence>
rdf:type owl:Ontology ;
owl:imports <http://topbraid.org/tables> .
licence:Licence
rdf:type owl:Class ;
rdfs:label "Licence"^^xsd:string ;
......@@ -75,7 +79,3 @@ licence:prlStatus
rdfs:label "prlStatus" ;
rdfs:range xsd:string ;
tables:columnIndex "2"^^xsd:int .
<file:///www.reportinghub.no/transform/npd/licence>
rdf:type owl:Ontology ;
owl:imports <http://topbraid.org/tables> .
......
# baseURI: file:///www.reportinghub.no/transform/wellbore-npdid-overview
# imports: http://topbraid.org/tables
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tables: <http://topbraid.org/tables#> .
@prefix wbid: <file:///www.reportinghub.no/transform/wellbore-npdid-overview#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/transform/wellbore-npdid-overview>
rdf:type owl:Ontology ;
owl:imports <http://topbraid.org/tables> .
wbid:WBID
rdf:type owl:Class ;
rdfs:label "wellbore-npdid-overview"^^xsd:string ;
tables:sheetIndex "0"^^xsd:int .
wbid:datesyncNPD
rdf:type owl:DatatypeProperty ;
rdfs:domain wbid:WBID ;
rdfs:label "datesyncNPD" ;
rdfs:range xsd:string ;
tables:columnIndex "4"^^xsd:int .
wbid:wlbNpdidWellbore
rdf:type owl:DatatypeProperty ;
rdfs:domain wbid:WBID ;
rdfs:label "wlbNpdidWellbore" ;
rdfs:range xsd:string ;
tables:columnIndex "1"^^xsd:int .
wbid:wlbWell
rdf:type owl:DatatypeProperty ;
rdfs:domain wbid:WBID ;
rdfs:label "wlbWell" ;
rdfs:range xsd:string ;
tables:columnIndex "2"^^xsd:int .
wbid:wlbWellType
rdf:type owl:DatatypeProperty ;
rdfs:domain wbid:WBID ;
rdfs:label "wlbWellType" ;
rdfs:range xsd:string ;
tables:columnIndex "3"^^xsd:int .
wbid:wlbWellboreName
rdf:type owl:DatatypeProperty ;
rdfs:domain wbid:WBID ;
rdfs:label "ÔªøwlbWellboreName" ;
rdfs:range xsd:string ;
tables:columnIndex "0"^^xsd:int .