field.ttl
3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# 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 .