Showing
5 changed files
with
7 additions
and
60 deletions
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
... | @@ -12,11 +12,11 @@ | ... | @@ -12,11 +12,11 @@ |
12 | [] rdf:type inference:Configuration ; | 12 | [] rdf:type inference:Configuration ; |
13 | composite:child | 13 | composite:child |
14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
15 | - composite:index "1"^^xsd:int | 15 | + composite:index "0"^^xsd:int |
16 | ] ; | 16 | ] ; |
17 | composite:child | 17 | composite:child |
18 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 18 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
19 | - composite:index "0"^^xsd:int | 19 | + composite:index "1"^^xsd:int |
20 | ] ; | 20 | ] ; |
21 | inference:completeMode | 21 | inference:completeMode |
22 | "true"^^xsd:boolean ; | 22 | "true"^^xsd:boolean ; | ... | ... |
1 | # baseURI: file:///www.reportinghub.no/transform/npd/licence | 1 | # baseURI: file:///www.reportinghub.no/transform/npd/licence |
2 | # imports: http://topbraid.org/tables | 2 | # imports: http://topbraid.org/tables |
3 | 3 | ||
4 | -@prefix licence: <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#> . | 4 | +@prefix licence: <file:///www.reportinghub.no/transform/npd/licence#> . |
5 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
8 | @prefix tables: <http://topbraid.org/tables#> . | 8 | @prefix tables: <http://topbraid.org/tables#> . |
9 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
10 | 10 | ||
11 | +<file:///www.reportinghub.no/transform/npd/licence> | ||
12 | + rdf:type owl:Ontology ; | ||
13 | + owl:imports <http://topbraid.org/tables> . | ||
14 | + | ||
11 | licence:Licence | 15 | licence:Licence |
12 | rdf:type owl:Class ; | 16 | rdf:type owl:Class ; |
13 | rdfs:label "Licence"^^xsd:string ; | 17 | rdfs:label "Licence"^^xsd:string ; |
... | @@ -75,7 +79,3 @@ licence:prlStatus | ... | @@ -75,7 +79,3 @@ licence:prlStatus |
75 | rdfs:label "prlStatus" ; | 79 | rdfs:label "prlStatus" ; |
76 | rdfs:range xsd:string ; | 80 | rdfs:range xsd:string ; |
77 | tables:columnIndex "2"^^xsd:int . | 81 | tables:columnIndex "2"^^xsd:int . |
78 | - | ||
79 | -<file:///www.reportinghub.no/transform/npd/licence> | ||
80 | - rdf:type owl:Ontology ; | ||
81 | - owl:imports <http://topbraid.org/tables> . | ... | ... |
1 | -# baseURI: file:///www.reportinghub.no/transform/wellbore-npdid-overview | ||
2 | -# imports: http://topbraid.org/tables | ||
3 | - | ||
4 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
5 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
6 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
7 | -@prefix tables: <http://topbraid.org/tables#> . | ||
8 | -@prefix wbid: <file:///www.reportinghub.no/transform/wellbore-npdid-overview#> . | ||
9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
10 | - | ||
11 | -<file:///www.reportinghub.no/transform/wellbore-npdid-overview> | ||
12 | - rdf:type owl:Ontology ; | ||
13 | - owl:imports <http://topbraid.org/tables> . | ||
14 | - | ||
15 | -wbid:WBID | ||
16 | - rdf:type owl:Class ; | ||
17 | - rdfs:label "wellbore-npdid-overview"^^xsd:string ; | ||
18 | - tables:sheetIndex "0"^^xsd:int . | ||
19 | - | ||
20 | -wbid:datesyncNPD | ||
21 | - rdf:type owl:DatatypeProperty ; | ||
22 | - rdfs:domain wbid:WBID ; | ||
23 | - rdfs:label "datesyncNPD" ; | ||
24 | - rdfs:range xsd:string ; | ||
25 | - tables:columnIndex "4"^^xsd:int . | ||
26 | - | ||
27 | -wbid:wlbNpdidWellbore | ||
28 | - rdf:type owl:DatatypeProperty ; | ||
29 | - rdfs:domain wbid:WBID ; | ||
30 | - rdfs:label "wlbNpdidWellbore" ; | ||
31 | - rdfs:range xsd:string ; | ||
32 | - tables:columnIndex "1"^^xsd:int . | ||
33 | - | ||
34 | -wbid:wlbWell | ||
35 | - rdf:type owl:DatatypeProperty ; | ||
36 | - rdfs:domain wbid:WBID ; | ||
37 | - rdfs:label "wlbWell" ; | ||
38 | - rdfs:range xsd:string ; | ||
39 | - tables:columnIndex "2"^^xsd:int . | ||
40 | - | ||
41 | -wbid:wlbWellType | ||
42 | - rdf:type owl:DatatypeProperty ; | ||
43 | - rdfs:domain wbid:WBID ; | ||
44 | - rdfs:label "wlbWellType" ; | ||
45 | - rdfs:range xsd:string ; | ||
46 | - tables:columnIndex "3"^^xsd:int . | ||
47 | - | ||
48 | -wbid:wlbWellboreName | ||
49 | - rdf:type owl:DatatypeProperty ; | ||
50 | - rdfs:domain wbid:WBID ; | ||
51 | - rdfs:label "ÔªøwlbWellboreName" ; | ||
52 | - rdfs:range xsd:string ; | ||
53 | - tables:columnIndex "0"^^xsd:int . |
-
Please register or login to post a comment