wbid.ttl
1.62 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
# baseURI: file:///www.reportinghub.no/transform/npd/wbid
# 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/npd/wbid#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/transform/npd/wbid>
rdf:type owl:Ontology ;
owl:imports <http://topbraid.org/tables> .
wbid:WBId
rdf:type owl:Class ;
rdfs:label "wbid"^^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"^^xsd:string ;
rdfs:range xsd:string ;
tables:columnIndex "0"^^xsd:int .