David Price

Start real work on ERH Facts

1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
1 +# baseURI: http://www.reportinghub.no/erhf/data/npd/facts
2 +# imports: http://www.reportinghub.no/erhf/schema/1.0/erh-facts
3 +
4 +@prefix facts: <http://www.reportinghub.no/erhf/data/npd/facts#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 +
10 +<http://www.reportinghub.no/erhf/data/npd/facts>
11 + rdf:type owl:Ontology ;
12 + owl:imports <http://www.reportinghub.no/erhf/schema/1.0/erh-facts> ;
13 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
This diff is collapsed. Click to expand it.
1 +# baseURI: http://www.reportinghub.no/erhf/transform/npdfacts-erhf-skos
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/erhf/transform/npdfacts-erhf
4 +# imports: http://www.w3.org/2004/02/skos/core
5 +
6 +@prefix npdfacts-erhf-skos: <http://www.reportinghub.no/erhf/transform/npdfacts-erhf-skos#> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 +@prefix sp: <http://spinrdf.org/sp#> .
11 +@prefix spin: <http://spinrdf.org/spin#> .
12 +@prefix spl: <http://spinrdf.org/spl#> .
13 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 +
15 +<http://www.reportinghub.no/ep/schema/facility#Facility>
16 + spin:rule
17 + [ rdf:type sp:Construct ;
18 + sp:templates ([ sp:object <http://www.w3.org/2004/02/skos/core#Concept> ;
19 + sp:predicate rdf:type ;
20 + sp:subject spin:_this
21 + ] [ sp:object <http://www.reportinghub.no/erhf/data/npd/facts-scheme> ;
22 + sp:predicate <http://www.w3.org/2004/02/skos/core#inScheme> ;
23 + sp:subject spin:_this
24 + ]) ;
25 + sp:where ([ sp:object
26 + [ sp:varName "npdid"^^xsd:string
27 + ] ;
28 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
29 + sp:subject spin:_this
30 + ])
31 + ] .
32 +
33 +<http://www.reportinghub.no/ep/schema/facility#Field>
34 + spin:rule
35 + [ rdf:type sp:Construct ;
36 + sp:templates ([ sp:object <http://www.w3.org/2004/02/skos/core#Concept> ;
37 + sp:predicate rdf:type ;
38 + sp:subject spin:_this
39 + ] [ sp:object <http://www.reportinghub.no/erhf/data/npd/facts-scheme> ;
40 + sp:predicate <http://www.w3.org/2004/02/skos/core#inScheme> ;
41 + sp:subject spin:_this
42 + ]) ;
43 + sp:where ([ sp:object
44 + [ sp:varName "npdid"^^xsd:string
45 + ] ;
46 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
47 + sp:subject spin:_this
48 + ])
49 + ] .
50 +
51 +<http://www.reportinghub.no/ep/schema/well#Well>
52 + spin:rule
53 + [ rdf:type sp:Construct ;
54 + sp:templates ([ sp:object <http://www.w3.org/2004/02/skos/core#Concept> ;
55 + sp:predicate rdf:type ;
56 + sp:subject spin:_this
57 + ] [ sp:object <http://www.reportinghub.no/erhf/data/npd/facts-scheme> ;
58 + sp:predicate <http://www.w3.org/2004/02/skos/core#inScheme> ;
59 + sp:subject spin:_this
60 + ]) ;
61 + sp:where ([ sp:object
62 + [ sp:varName "npdid"^^xsd:string
63 + ] ;
64 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
65 + sp:subject spin:_this
66 + ])
67 + ] .
68 +
69 +<http://www.reportinghub.no/erhf/transform/npdfacts-erhf-skos>
70 + rdf:type owl:Ontology ;
71 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/erhf/transform/npdfacts-erhf> , <http://www.w3.org/2004/02/skos/core> ;
72 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
73 +
74 +<http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea>
75 + spin:rule
76 + [ rdf:type sp:Construct ;
77 + sp:templates ([ sp:object <http://www.w3.org/2004/02/skos/core#Concept> ;
78 + sp:predicate rdf:type ;
79 + sp:subject spin:_this
80 + ] [ sp:object <http://www.reportinghub.no/erhf/data/npd/facts-scheme> ;
81 + sp:predicate <http://www.w3.org/2004/02/skos/core#inScheme> ;
82 + sp:subject spin:_this
83 + ]) ;
84 + sp:where ([ sp:object
85 + [ sp:varName "npdid"^^xsd:string
86 + ] ;
87 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
88 + sp:subject spin:_this
89 + ])
90 + ] .
91 +
92 +<http://www.reportinghub.no/np/schema/npd#Licence>
93 + spin:rule
94 + [ rdf:type sp:Construct ;
95 + sp:templates ([ sp:object <http://www.w3.org/2004/02/skos/core#Concept> ;
96 + sp:predicate rdf:type ;
97 + sp:subject spin:_this
98 + ] [ sp:object <http://www.reportinghub.no/erhf/data/npd/facts-scheme> ;
99 + sp:predicate <http://www.w3.org/2004/02/skos/core#inScheme> ;
100 + sp:subject spin:_this
101 + ]) ;
102 + sp:where ([ sp:object
103 + [ sp:varName "npdid"^^xsd:string
104 + ] ;
105 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
106 + sp:subject spin:_this
107 + ])
108 + ] .
109 +
110 +<http://www.reportinghub.no/np/schema/npd#OperatingCompany>
111 + spin:rule
112 + [ rdf:type sp:Construct ;
113 + sp:templates ([ sp:object <http://www.w3.org/2004/02/skos/core#Concept> ;
114 + sp:predicate rdf:type ;
115 + sp:subject spin:_this
116 + ] [ sp:object <http://www.reportinghub.no/erhf/data/npd/facts-scheme> ;
117 + sp:predicate <http://www.w3.org/2004/02/skos/core#inScheme> ;
118 + sp:subject spin:_this
119 + ]) ;
120 + sp:where ([ sp:object
121 + [ sp:varName "npdid"^^xsd:string
122 + ] ;
123 + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
124 + sp:subject spin:_this
125 + ])
126 + ] .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
This diff could not be displayed because it is too large.