field.ttl 3.38 KB
# baseURI: file:///www.reportinghub.no/transform/npd/field
# imports: http://topbraid.org/tables

@prefix field:   <file:///www.reportinghub.no/transform/npd/field#> .
@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/field>
      rdf:type owl:Ontology ;
      owl:imports <http://topbraid.org/tables> .

field:Field
      rdf:type owl:Class ;
      rdfs:label "Field"^^xsd:string ;
      tables:sheetIndex "0"^^xsd:int .

field:cmpLongName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "cmpLongName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "1"^^xsd:int .

field:cmpNpdidCompany
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "cmpNpdidCompany" ;
      rdfs:range xsd:string ;
      tables:columnIndex "10"^^xsd:int .

field:datesyncNPD
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "DatesyncNPD" ;
      rdfs:range xsd:string ;
      tables:columnIndex "13"^^xsd:int .

field:fldCurrentActivitySatus
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldCurrentActivitySatus" ;
      rdfs:range xsd:string ;
      tables:columnIndex "2"^^xsd:int .

field:fldFactMapUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldFactMapUrl" ;
      rdfs:range xsd:string ;
      tables:columnIndex "12"^^xsd:int .

field:fldFactPageUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldFactPageUrl" ;
      rdfs:range xsd:string ;
      tables:columnIndex "11"^^xsd:int .

field:fldName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldName"^^xsd:string ;
      rdfs:range xsd:string ;
      tables:columnIndex "0"^^xsd:int .

field:fldNpdidField
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldNpdidField" ;
      rdfs:range xsd:string ;
      tables:columnIndex "8"^^xsd:int .

field:fldNpdidOwner
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldNpdidOwner" ;
      rdfs:range xsd:string ;
      tables:columnIndex "7"^^xsd:int .

field:fldOwnerKind
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldOwnerKind" ;
      rdfs:range xsd:string ;
      tables:columnIndex "5"^^xsd:int .

field:fldOwnerName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "fldOwnerName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "6"^^xsd:int .

field:wlbCompletionDate
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "wlbCompletionDate" ;
      rdfs:range xsd:string ;
      tables:columnIndex "4"^^xsd:int .

field:wlbName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "wlbName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "3"^^xsd:int .

field:wlbNpdidWellbore
      rdf:type owl:DatatypeProperty ;
      rdfs:domain field:Field ;
      rdfs:label "wlbNpdidWellbore" ;
      rdfs:range xsd:string ;
      tables:columnIndex "9"^^xsd:int .