Showing
7 changed files
with
49 additions
and
19 deletions
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/unnamed | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
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/transform/transform-helper-schema | 4 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
5 | 5 | ||
6 | -@prefix : <http://www.reportinghub.no/ep/schema/1.0/unnamed#> . | 6 | +@prefix : <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration#> . |
7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
... | @@ -13,9 +13,13 @@ | ... | @@ -13,9 +13,13 @@ |
13 | @prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | 13 | @prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . |
14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
15 | 15 | ||
16 | -<http://www.reportinghub.no/ep/schema/1.0/unnamed> | 16 | +<http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> |
17 | + transhelp:domainOfPropertyMapsToMPREnumeration | ||
18 | + <http://www.reportinghub.no/ep/schema/well#WellHead> . | ||
19 | + | ||
20 | +<http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration> | ||
17 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> ; | 22 | + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 24 | ||
21 | <http://www.reportinghub.no/ep/schema/core#Pressure> | 25 | <http://www.reportinghub.no/ep/schema/core#Pressure> | ... | ... |
This diff is collapsed. Click to expand it.
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 | + ] . |
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
15 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> | 15 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> |
16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
17 | 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 ; | 17 | 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 ; |
18 | - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 18 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | transhelp:buildRdlURI | 21 | transhelp:buildRdlURI |
... | @@ -44,15 +44,15 @@ transhelp:derivedFrom | ... | @@ -44,15 +44,15 @@ transhelp:derivedFrom |
44 | rdf:type owl:ObjectProperty . | 44 | rdf:type owl:ObjectProperty . |
45 | 45 | ||
46 | transhelp:domainOfPropertyMapsToMPREnumeration | 46 | transhelp:domainOfPropertyMapsToMPREnumeration |
47 | - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; | 47 | + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; |
48 | rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ; | 48 | rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ; |
49 | rdfs:subPropertyOf transhelp:mapsTo . | 49 | rdfs:subPropertyOf transhelp:mapsTo . |
50 | 50 | ||
51 | transhelp:facilityIdentifier | 51 | transhelp:facilityIdentifier |
52 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 52 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
53 | 53 | ||
54 | transhelp:flowingStateMapsToMPREnumeration | 54 | transhelp:flowingStateMapsToMPREnumeration |
55 | - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | 55 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; |
56 | rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ; | 56 | rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ; |
57 | rdfs:subPropertyOf transhelp:mapsTo . | 57 | rdfs:subPropertyOf transhelp:mapsTo . |
58 | 58 | ||
... | @@ -71,25 +71,25 @@ transhelp:hasEquivalentInRDL | ... | @@ -71,25 +71,25 @@ transhelp:hasEquivalentInRDL |
71 | rdfs:label "has equivalent in RDL"^^xsd:string . | 71 | rdfs:label "has equivalent in RDL"^^xsd:string . |
72 | 72 | ||
73 | transhelp:interval | 73 | transhelp:interval |
74 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 74 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
75 | 75 | ||
76 | transhelp:intervalEnd | 76 | transhelp:intervalEnd |
77 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 77 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
78 | 78 | ||
79 | transhelp:intervalIdentifier | 79 | transhelp:intervalIdentifier |
80 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 80 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
81 | 81 | ||
82 | transhelp:intervalStart | 82 | transhelp:intervalStart |
83 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 83 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
84 | 84 | ||
85 | transhelp:label | 85 | transhelp:label |
86 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 86 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
87 | 87 | ||
88 | transhelp:mapsTo | 88 | transhelp:mapsTo |
89 | rdf:type rdf:Property . | 89 | rdf:type rdf:Property . |
90 | 90 | ||
91 | transhelp:materialClassMapsToMPREnumeration | 91 | transhelp:materialClassMapsToMPREnumeration |
92 | - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | 92 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; |
93 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; | 93 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; |
94 | rdfs:subPropertyOf transhelp:mapsTo . | 94 | rdfs:subPropertyOf transhelp:mapsTo . |
95 | 95 | ||
... | @@ -97,23 +97,28 @@ transhelp:necessaryIntervalString | ... | @@ -97,23 +97,28 @@ transhelp:necessaryIntervalString |
97 | rdf:type owl:DatatypeProperty . | 97 | rdf:type owl:DatatypeProperty . |
98 | 98 | ||
99 | transhelp:nominalInstant | 99 | transhelp:nominalInstant |
100 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 100 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
101 | 101 | ||
102 | transhelp:propertyMapsToMPREnumeration | 102 | transhelp:propertyMapsToMPREnumeration |
103 | - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | 103 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; |
104 | rdfs:label "property maps to MPR enumeration"^^xsd:string ; | 104 | rdfs:label "property maps to MPR enumeration"^^xsd:string ; |
105 | rdfs:subPropertyOf transhelp:mapsTo . | 105 | rdfs:subPropertyOf transhelp:mapsTo . |
106 | 106 | ||
107 | transhelp:quantitySpaceMapsToClassOfScale | 107 | transhelp:quantitySpaceMapsToClassOfScale |
108 | - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; | 108 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ; |
109 | rdfs:label "quantity space maps to class of scale"^^xsd:string ; | 109 | rdfs:label "quantity space maps to class of scale"^^xsd:string ; |
110 | rdfs:subPropertyOf transhelp:mapsTo . | 110 | rdfs:subPropertyOf transhelp:mapsTo . |
111 | 111 | ||
112 | transhelp:rangeOfPropertyMapsToMPREnumeration | 112 | transhelp:rangeOfPropertyMapsToMPREnumeration |
113 | - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; | 113 | + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; |
114 | rdfs:label "range of property maps to MPR enumeration"^^xsd:string ; | 114 | rdfs:label "range of property maps to MPR enumeration"^^xsd:string ; |
115 | rdfs:subPropertyOf transhelp:mapsTo . | 115 | rdfs:subPropertyOf transhelp:mapsTo . |
116 | 116 | ||
117 | +transhelp:scaleMapsToMPREnumeration | ||
118 | + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; | ||
119 | + rdfs:label "scale maps to MPR enumeration"^^xsd:string ; | ||
120 | + rdfs:subPropertyOf transhelp:mapsTo . | ||
121 | + | ||
117 | transhelp:standardTempPres | 122 | transhelp:standardTempPres |
118 | rdf:type rdf:Property ; | 123 | rdf:type rdf:Property ; |
119 | rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . | 124 | rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . | ... | ... |
1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector | 1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration | ||
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration | ||
3 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults | 6 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults |
4 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults | 7 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults |
5 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest | 8 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest |
... | @@ -44,8 +47,10 @@ | ... | @@ -44,8 +47,10 @@ |
44 | @prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#> . | 47 | @prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#> . |
45 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 48 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
46 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . | 49 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . |
50 | +@prefix property-maps-to-mpr-enumeration: <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration#> . | ||
47 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 51 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
48 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 52 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
53 | +@prefix scale-maps-to-mpr-enumeration: <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration#> . | ||
49 | @prefix sp: <http://spinrdf.org/sp#> . | 54 | @prefix sp: <http://spinrdf.org/sp#> . |
50 | @prefix spin: <http://spinrdf.org/spin#> . | 55 | @prefix spin: <http://spinrdf.org/spin#> . |
51 | @prefix spl: <http://spinrdf.org/spl#> . | 56 | @prefix spl: <http://spinrdf.org/spl#> . |
... | @@ -57,5 +62,5 @@ | ... | @@ -57,5 +62,5 @@ |
57 | 62 | ||
58 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 63 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
59 | rdf:type owl:Ontology ; | 64 | rdf:type owl:Ontology ; |
60 | - 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-approval-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/TRANSFORM_mpr-productVolumeParameterSet-v1.1.1> , <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-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-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> ; | 65 | + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration> , <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-approval-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/TRANSFORM_mpr-productVolumeParameterSet-v1.1.1> , <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-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-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/schema/1.0/scale-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; |
61 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 66 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment