Changed to use transform helper schema everywhere rather than production-core for helper properties.
Showing
32 changed files
with
57 additions
and
59 deletions
This diff is collapsed. Click to expand it.
1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
2 | 2 | ||
3 | - | ||
4 | - | ||
5 | @prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | 3 | @prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . |
6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 4 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 5 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -11,19 +9,3 @@ | ... | @@ -11,19 +9,3 @@ |
11 | <http://www.reportinghub.no/ep/schema/1.0/production-core> | 9 | <http://www.reportinghub.no/ep/schema/1.0/production-core> |
12 | rdf:type owl:Ontology ; | 10 | rdf:type owl:Ontology ; |
13 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 11 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
14 | - | ||
15 | -ep-prodcore:dummyTrue | ||
16 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | ||
17 | - rdfs:label "dummy true - I can't get FILTER to work."^^xsd:string . | ||
18 | - | ||
19 | -ep-prodcore:intervalIdentifier | ||
20 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
21 | - rdfs:label "ph"^^xsd:string . | ||
22 | - | ||
23 | -ep-prodcore:mapsTo | ||
24 | - rdf:type rdf:Property ; | ||
25 | - rdfs:label "maps to"^^xsd:string . | ||
26 | - | ||
27 | -ep-prodcore:derivedFrom | ||
28 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | ||
29 | - rdfs:label "derived from"^^xsd:string . | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -48,7 +48,7 @@ sp:if | ... | @@ -48,7 +48,7 @@ sp:if |
48 | 48 | ||
49 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 49 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
50 | rdf:type owl:Ontology ; | 50 | rdf:type owl:Ontology ; |
51 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ; | 51 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; |
52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
53 | 53 | ||
54 | ep-mpr-spin-lib:Function | 54 | ep-mpr-spin-lib:Function |
... | @@ -179,7 +179,7 @@ ep-mpr-spin-lib:selectAverageAmountOfMaterialPeriodType | ... | @@ -179,7 +179,7 @@ ep-mpr-spin-lib:selectAverageAmountOfMaterialPeriodType |
179 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_dailyyeartodate> | 179 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_dailyyeartodate> |
180 | ] ; | 180 | ] ; |
181 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#yearlyAverageAmountOfMaterial> ; | 181 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#yearlyAverageAmountOfMaterial> ; |
182 | - sp:arg3 <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> | 182 | + sp:arg3 <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> |
183 | ] | 183 | ] |
184 | ] ; | 184 | ] ; |
185 | sp:variable | 185 | sp:variable | ... | ... |
... | @@ -10,3 +10,15 @@ | ... | @@ -10,3 +10,15 @@ |
10 | rdf:type owl:Ontology ; | 10 | rdf:type owl:Ontology ; |
11 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; | 11 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; |
12 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 12 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
13 | + | ||
14 | +transhelp:derivedFrom | ||
15 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty . | ||
16 | + | ||
17 | +transhelp:dummyTrue | ||
18 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | ||
19 | + | ||
20 | +transhelp:intervalIdentifier | ||
21 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | ||
22 | + | ||
23 | +transhelp:mapsTo | ||
24 | + rdf:type rdf:Property . | ... | ... |
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
10 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults | 10 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults |
11 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest | 11 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest |
12 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 | 12 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 |
13 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
13 | 14 | ||
14 | @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | 15 | @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . |
15 | @prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . | 16 | @prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . |
... | @@ -30,5 +31,5 @@ | ... | @@ -30,5 +31,5 @@ |
30 | 31 | ||
31 | <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> | 32 | <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> |
32 | rdf:type owl:Ontology ; | 33 | rdf:type owl:Ontology ; |
33 | - owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> , <http://spinrdf.org/spin> ; | 34 | + owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> ; |
34 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 35 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
... | @@ -16,6 +16,7 @@ | ... | @@ -16,6 +16,7 @@ |
16 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1 | 16 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1 |
17 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 | 17 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 |
18 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 | 18 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 |
19 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
19 | 20 | ||
20 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . | 21 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . |
21 | @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | 22 | @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . |
... | @@ -45,5 +46,5 @@ | ... | @@ -45,5 +46,5 @@ |
45 | 46 | ||
46 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 47 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
47 | rdf:type owl:Ontology ; | 48 | rdf:type owl:Ontology ; |
48 | - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; | 49 | + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; |
49 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 50 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/material | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/material |
9 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
9 | 10 | ||
10 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | 11 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . |
11 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 12 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
... | @@ -54,7 +55,7 @@ | ... | @@ -54,7 +55,7 @@ |
54 | ] | 55 | ] |
55 | ]) ; | 56 | ]) ; |
56 | sp:where ([ sp:object spin:_this ; | 57 | sp:where ([ sp:object spin:_this ; |
57 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 58 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
58 | sp:subject | 59 | sp:subject |
59 | [ sp:varName "commentingActivity"^^xsd:string | 60 | [ sp:varName "commentingActivity"^^xsd:string |
60 | ] | 61 | ] |
... | @@ -111,7 +112,7 @@ | ... | @@ -111,7 +112,7 @@ |
111 | ] | 112 | ] |
112 | ]) ; | 113 | ]) ; |
113 | sp:where ([ sp:object spin:_this ; | 114 | sp:where ([ sp:object spin:_this ; |
114 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 115 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
115 | sp:subject | 116 | sp:subject |
116 | [ sp:varName "commentingActivity"^^xsd:string | 117 | [ sp:varName "commentingActivity"^^xsd:string |
117 | ] | 118 | ] |
... | @@ -172,7 +173,7 @@ | ... | @@ -172,7 +173,7 @@ |
172 | ] | 173 | ] |
173 | ]) ; | 174 | ]) ; |
174 | sp:where ([ sp:object spin:_this ; | 175 | sp:where ([ sp:object spin:_this ; |
175 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 176 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
176 | sp:subject | 177 | sp:subject |
177 | [ sp:varName "commentingActivity"^^xsd:string | 178 | [ sp:varName "commentingActivity"^^xsd:string |
178 | ] | 179 | ] |
... | @@ -236,7 +237,7 @@ | ... | @@ -236,7 +237,7 @@ |
236 | sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentMade> ; | 237 | sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentMade> ; |
237 | sp:subject _:b6 | 238 | sp:subject _:b6 |
238 | ] [ sp:object spin:_this ; | 239 | ] [ sp:object spin:_this ; |
239 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 240 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
240 | sp:subject _:b6 | 241 | sp:subject _:b6 |
241 | ]) ; | 242 | ]) ; |
242 | sp:where ([ sp:object spin:_this ; | 243 | sp:where ([ sp:object spin:_this ; |
... | @@ -273,5 +274,5 @@ | ... | @@ -273,5 +274,5 @@ |
273 | 274 | ||
274 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> | 275 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> |
275 | rdf:type owl:Ontology ; | 276 | rdf:type owl:Ontology ; |
276 | - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; | 277 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.epim.no/schemas/mprml/1> ; |
277 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 278 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Tue Sep 20 20:27:24 BST 2011 | ||
2 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0 | 1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0 |
3 | -# imports: http://www.epim.no/schemas/mprml/1 | ||
4 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | +# imports: http://www.epim.no/schemas/mprml/1 | ||
4 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
5 | 5 | ||
6 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . | 6 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . |
7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
... | @@ -14,5 +14,5 @@ | ... | @@ -14,5 +14,5 @@ |
14 | 14 | ||
15 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0> | 15 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0> |
16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
17 | - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> ; |
18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
3 | # imports: http://www.epim.no/schemas/mprml/1 | 3 | # imports: http://www.epim.no/schemas/mprml/1 |
4 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
5 | # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
6 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
6 | 7 | ||
7 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . |
8 | @prefix arg: <http://spinrdf.org/arg#> . | 9 | @prefix arg: <http://spinrdf.org/arg#> . |
... | @@ -42,7 +43,7 @@ | ... | @@ -42,7 +43,7 @@ |
42 | sp:subject _:b1 | 43 | sp:subject _:b1 |
43 | ]) ; | 44 | ]) ; |
44 | sp:where ([ sp:object spin:_this ; | 45 | sp:where ([ sp:object spin:_this ; |
45 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 46 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
46 | sp:subject | 47 | sp:subject |
47 | [ sp:varName "productionReport"^^xsd:string | 48 | [ sp:varName "productionReport"^^xsd:string |
48 | ] | 49 | ] |
... | @@ -78,7 +79,7 @@ | ... | @@ -78,7 +79,7 @@ |
78 | ] [ sp:object | 79 | ] [ sp:object |
79 | [ sp:varName "installationReportRef"^^xsd:string | 80 | [ sp:varName "installationReportRef"^^xsd:string |
80 | ] ; | 81 | ] ; |
81 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 82 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
82 | sp:subject | 83 | sp:subject |
83 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 84 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
84 | ] | 85 | ] |
... | @@ -133,7 +134,7 @@ | ... | @@ -133,7 +134,7 @@ |
133 | ] [ sp:object | 134 | ] [ sp:object |
134 | [ sp:varName "installationReportRef"^^xsd:string | 135 | [ sp:varName "installationReportRef"^^xsd:string |
135 | ] ; | 136 | ] ; |
136 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 137 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
137 | sp:subject _:b2 | 138 | sp:subject _:b2 |
138 | ] [ sp:object _:b3 ; | 139 | ] [ sp:object _:b3 ; |
139 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 140 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
... | @@ -149,7 +150,7 @@ | ... | @@ -149,7 +150,7 @@ |
149 | ] [ sp:object | 150 | ] [ sp:object |
150 | [ sp:varName "installationReportRef"^^xsd:string | 151 | [ sp:varName "installationReportRef"^^xsd:string |
151 | ] ; | 152 | ] ; |
152 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 153 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
153 | sp:subject _:b3 | 154 | sp:subject _:b3 |
154 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; | 155 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; |
155 | sp:predicate rdf:type ; | 156 | sp:predicate rdf:type ; |
... | @@ -176,7 +177,7 @@ | ... | @@ -176,7 +177,7 @@ |
176 | sp:subject _:b3 | 177 | sp:subject _:b3 |
177 | ]) ; | 178 | ]) ; |
178 | sp:where ([ sp:object spin:_this ; | 179 | sp:where ([ sp:object spin:_this ; |
179 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 180 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
180 | sp:subject | 181 | sp:subject |
181 | [ sp:varName "productionReport"^^xsd:string | 182 | [ sp:varName "productionReport"^^xsd:string |
182 | ] | 183 | ] |
... | @@ -220,7 +221,7 @@ | ... | @@ -220,7 +221,7 @@ |
220 | ] [ sp:object | 221 | ] [ sp:object |
221 | [ sp:varName "installationRef"^^xsd:string | 222 | [ sp:varName "installationRef"^^xsd:string |
222 | ] ; | 223 | ] ; |
223 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 224 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
224 | sp:subject | 225 | sp:subject |
225 | [ sp:varName "productionFacility"^^xsd:string | 226 | [ sp:varName "productionFacility"^^xsd:string |
226 | ] | 227 | ] |
... | @@ -279,7 +280,7 @@ | ... | @@ -279,7 +280,7 @@ |
279 | sp:subject _:b7 | 280 | sp:subject _:b7 |
280 | ]) ; | 281 | ]) ; |
281 | sp:where ([ sp:object spin:_this ; | 282 | sp:where ([ sp:object spin:_this ; |
282 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 283 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
283 | sp:subject | 284 | sp:subject |
284 | [ sp:varName "productionReport"^^xsd:string | 285 | [ sp:varName "productionReport"^^xsd:string |
285 | ] | 286 | ] |
... | @@ -315,7 +316,7 @@ | ... | @@ -315,7 +316,7 @@ |
315 | ] [ sp:object | 316 | ] [ sp:object |
316 | [ sp:varName "installationReportRef"^^xsd:string | 317 | [ sp:varName "installationReportRef"^^xsd:string |
317 | ] ; | 318 | ] ; |
318 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 319 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
319 | sp:subject | 320 | sp:subject |
320 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 321 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
321 | ] | 322 | ] |
... | @@ -400,7 +401,7 @@ | ... | @@ -400,7 +401,7 @@ |
400 | sp:subject _:b8 | 401 | sp:subject _:b8 |
401 | ]) ; | 402 | ]) ; |
402 | sp:where ([ sp:object spin:_this ; | 403 | sp:where ([ sp:object spin:_this ; |
403 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 404 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
404 | sp:subject | 405 | sp:subject |
405 | [ sp:varName "productionReport"^^xsd:string | 406 | [ sp:varName "productionReport"^^xsd:string |
406 | ] | 407 | ] |
... | @@ -436,7 +437,7 @@ | ... | @@ -436,7 +437,7 @@ |
436 | ] [ sp:object | 437 | ] [ sp:object |
437 | [ sp:varName "installationReportRef"^^xsd:string | 438 | [ sp:varName "installationReportRef"^^xsd:string |
438 | ] ; | 439 | ] ; |
439 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 440 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
440 | sp:subject | 441 | sp:subject |
441 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 442 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
442 | ] | 443 | ] |
... | @@ -521,7 +522,7 @@ | ... | @@ -521,7 +522,7 @@ |
521 | sp:subject _:b9 | 522 | sp:subject _:b9 |
522 | ]) ; | 523 | ]) ; |
523 | sp:where ([ sp:object spin:_this ; | 524 | sp:where ([ sp:object spin:_this ; |
524 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 525 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
525 | sp:subject | 526 | sp:subject |
526 | [ sp:varName "productionReport"^^xsd:string | 527 | [ sp:varName "productionReport"^^xsd:string |
527 | ] | 528 | ] |
... | @@ -557,7 +558,7 @@ | ... | @@ -557,7 +558,7 @@ |
557 | ] [ sp:object | 558 | ] [ sp:object |
558 | [ sp:varName "installationReportRef"^^xsd:string | 559 | [ sp:varName "installationReportRef"^^xsd:string |
559 | ] ; | 560 | ] ; |
560 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 561 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
561 | sp:subject | 562 | sp:subject |
562 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 563 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
563 | ] | 564 | ] |
... | @@ -613,5 +614,5 @@ | ... | @@ -613,5 +614,5 @@ |
613 | 614 | ||
614 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> | 615 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> |
615 | rdf:type owl:Ontology ; | 616 | rdf:type owl:Ontology ; |
616 | - owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ; | 617 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ; |
617 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 618 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
3 | # imports: http://www.epim.no/schemas/mprml/1 | 3 | # imports: http://www.epim.no/schemas/mprml/1 |
4 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
5 | # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
6 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
6 | 7 | ||
7 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . |
8 | @prefix arg: <http://spinrdf.org/arg#> . | 9 | @prefix arg: <http://spinrdf.org/arg#> . |
... | @@ -48,7 +49,7 @@ | ... | @@ -48,7 +49,7 @@ |
48 | ] | 49 | ] |
49 | ]) ; | 50 | ]) ; |
50 | sp:where ([ sp:object spin:_this ; | 51 | sp:where ([ sp:object spin:_this ; |
51 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 52 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
52 | sp:subject | 53 | sp:subject |
53 | [ sp:varName "productionReport"^^xsd:string | 54 | [ sp:varName "productionReport"^^xsd:string |
54 | ] | 55 | ] |
... | @@ -136,7 +137,7 @@ | ... | @@ -136,7 +137,7 @@ |
136 | ] [ sp:object | 137 | ] [ sp:object |
137 | [ sp:varName "productionOperationRef"^^xsd:string | 138 | [ sp:varName "productionOperationRef"^^xsd:string |
138 | ] ; | 139 | ] ; |
139 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 140 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
140 | sp:subject _:b2 | 141 | sp:subject _:b2 |
141 | ] [ sp:object _:b3 ; | 142 | ] [ sp:object _:b3 ; |
142 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 143 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
... | @@ -151,7 +152,7 @@ | ... | @@ -151,7 +152,7 @@ |
151 | sp:subject _:b1 | 152 | sp:subject _:b1 |
152 | ]) ; | 153 | ]) ; |
153 | sp:where ([ sp:object spin:_this ; | 154 | sp:where ([ sp:object spin:_this ; |
154 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 155 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
155 | sp:subject | 156 | sp:subject |
156 | [ sp:varName "productionReport"^^xsd:string | 157 | [ sp:varName "productionReport"^^xsd:string |
157 | ] | 158 | ] |
... | @@ -267,7 +268,7 @@ | ... | @@ -267,7 +268,7 @@ |
267 | ] [ sp:object | 268 | ] [ sp:object |
268 | [ sp:varName "productionOperationRef"^^xsd:string | 269 | [ sp:varName "productionOperationRef"^^xsd:string |
269 | ] ; | 270 | ] ; |
270 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 271 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
271 | sp:subject | 272 | sp:subject |
272 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 273 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
273 | ] | 274 | ] |
... | @@ -342,7 +343,7 @@ | ... | @@ -342,7 +343,7 @@ |
342 | ] [ sp:object | 343 | ] [ sp:object |
343 | [ sp:varName "productionOperationRef"^^xsd:string | 344 | [ sp:varName "productionOperationRef"^^xsd:string |
344 | ] ; | 345 | ] ; |
345 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 346 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
346 | sp:subject | 347 | sp:subject |
347 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 348 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
348 | ] | 349 | ] |
... | @@ -396,7 +397,7 @@ | ... | @@ -396,7 +397,7 @@ |
396 | ] [ sp:object | 397 | ] [ sp:object |
397 | [ sp:varName "installationRef"^^xsd:string | 398 | [ sp:varName "installationRef"^^xsd:string |
398 | ] ; | 399 | ] ; |
399 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 400 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
400 | sp:subject | 401 | sp:subject |
401 | [ sp:varName "productionFacility"^^xsd:string | 402 | [ sp:varName "productionFacility"^^xsd:string |
402 | ] | 403 | ] |
... | @@ -410,7 +411,7 @@ | ... | @@ -410,7 +411,7 @@ |
410 | ] [ sp:object | 411 | ] [ sp:object |
411 | [ sp:varName "contextFacilityRef"^^xsd:string | 412 | [ sp:varName "contextFacilityRef"^^xsd:string |
412 | ] ; | 413 | ] ; |
413 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 414 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
414 | sp:subject | 415 | sp:subject |
415 | [ sp:varName "contextFacility"^^xsd:string | 416 | [ sp:varName "contextFacility"^^xsd:string |
416 | ] | 417 | ] |
... | @@ -447,7 +448,7 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -447,7 +448,7 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
447 | ] [ sp:object | 448 | ] [ sp:object |
448 | [ sp:varName "productionOperationRef"^^xsd:string | 449 | [ sp:varName "productionOperationRef"^^xsd:string |
449 | ] ; | 450 | ] ; |
450 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 451 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
451 | sp:subject | 452 | sp:subject |
452 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 453 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
453 | ] | 454 | ] |
... | @@ -466,7 +467,7 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -466,7 +467,7 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
466 | ] [ sp:object | 467 | ] [ sp:object |
467 | [ sp:varName "operatorRef"^^xsd:string | 468 | [ sp:varName "operatorRef"^^xsd:string |
468 | ] ; | 469 | ] ; |
469 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 470 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
470 | sp:subject | 471 | sp:subject |
471 | [ sp:varName "operator"^^xsd:string | 472 | [ sp:varName "operator"^^xsd:string |
472 | ] | 473 | ] |
... | @@ -510,14 +511,14 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -510,14 +511,14 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
510 | ] [ sp:object | 511 | ] [ sp:object |
511 | [ sp:varName "installationRef"^^xsd:string | 512 | [ sp:varName "installationRef"^^xsd:string |
512 | ] ; | 513 | ] ; |
513 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 514 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
514 | sp:subject | 515 | sp:subject |
515 | [ sp:varName "productionFacility"^^xsd:string | 516 | [ sp:varName "productionFacility"^^xsd:string |
516 | ] | 517 | ] |
517 | ] [ sp:object | 518 | ] [ sp:object |
518 | [ sp:varName "productionOperationRef"^^xsd:string | 519 | [ sp:varName "productionOperationRef"^^xsd:string |
519 | ] ; | 520 | ] ; |
520 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 521 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
521 | sp:subject | 522 | sp:subject |
522 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 523 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
523 | ] | 524 | ] |
... | @@ -583,7 +584,7 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -583,7 +584,7 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
583 | ] [ sp:object | 584 | ] [ sp:object |
584 | [ sp:varName "installationRef"^^xsd:string | 585 | [ sp:varName "installationRef"^^xsd:string |
585 | ] ; | 586 | ] ; |
586 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 587 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
587 | sp:subject | 588 | sp:subject |
588 | [ sp:varName "productionFacility"^^xsd:string | 589 | [ sp:varName "productionFacility"^^xsd:string |
589 | ] | 590 | ] |
... | @@ -598,14 +599,14 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -598,14 +599,14 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
598 | ] [ sp:object | 599 | ] [ sp:object |
599 | [ sp:varName "contextFacilityRef"^^xsd:string | 600 | [ sp:varName "contextFacilityRef"^^xsd:string |
600 | ] ; | 601 | ] ; |
601 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 602 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
602 | sp:subject | 603 | sp:subject |
603 | [ sp:varName "contextFacility"^^xsd:string | 604 | [ sp:varName "contextFacility"^^xsd:string |
604 | ] | 605 | ] |
605 | ] [ sp:object | 606 | ] [ sp:object |
606 | [ sp:varName "productVolumeRef"^^xsd:string | 607 | [ sp:varName "productVolumeRef"^^xsd:string |
607 | ] ; | 608 | ] ; |
608 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 609 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
609 | sp:subject | 610 | sp:subject |
610 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 611 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
611 | ] | 612 | ] |
... | @@ -631,5 +632,5 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -631,5 +632,5 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
631 | 632 | ||
632 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> | 633 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> |
633 | rdf:type owl:Ontology ; | 634 | rdf:type owl:Ontology ; |
634 | - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; | 635 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; |
635 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 636 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment