Changed to use transform helper schema everywhere rather than production-core for helper properties.
Showing
32 changed files
with
61 additions
and
67 deletions
This diff is collapsed. Click to expand it.
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
2 | - | ||
3 | - | ||
4 | - | ||
5 | -@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
10 | - | ||
11 | -<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
12 | - rdf:type owl:Ontology ; | ||
13 | - 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 |
1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
2 | + | ||
3 | +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
8 | + | ||
9 | +<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
10 | + rdf:type owl:Ontology ; | ||
11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -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 . | ... | ... |
1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector |
2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production |
4 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport | 4 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport |
5 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData | 5 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData |
6 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults | 6 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults |
7 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume | 7 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume |
8 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport | 8 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport |
9 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations | 9 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations |
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 | - | 13 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
14 | -@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | 14 | + |
15 | -@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . | 15 | +@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . |
16 | -@prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> . | 16 | +@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . |
17 | -@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> . | 17 | +@prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> . |
18 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 18 | +@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> . |
19 | -@prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . | 19 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
20 | -@prefix productVolumeReport: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport#> . | 20 | +@prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . |
21 | -@prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . | 21 | +@prefix productVolumeReport: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport#> . |
22 | -@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults#> . | 22 | +@prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . |
23 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 23 | +@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults#> . |
24 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 24 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
25 | -@prefix sp: <http://spinrdf.org/sp#> . | 25 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
26 | -@prefix spin: <http://spinrdf.org/spin#> . | 26 | +@prefix sp: <http://spinrdf.org/sp#> . |
27 | -@prefix spl: <http://spinrdf.org/spl#> . | 27 | +@prefix spin: <http://spinrdf.org/spin#> . |
28 | -@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> . | 28 | +@prefix spl: <http://spinrdf.org/spl#> . |
29 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 29 | +@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> . |
30 | - | 30 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
31 | -<http://www.reportinghub.no/ep/transform/1.0/dpr/collector> | 31 | + |
32 | - rdf:type owl:Ontology ; | 32 | +<http://www.reportinghub.no/ep/transform/1.0/dpr/collector> |
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> ; | 33 | + rdf:type owl:Ontology ; |
34 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 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> ; |
35 | + 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.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
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 is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
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.
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 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 could not be displayed because it is too large.
-
Please register or login to post a comment