David Price

Start DRP1 transform cleanup

1 -# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema 1 +# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema
2 -# imports: http://www.epim.no/schemas/mprml/1 2 +# imports: http://www.epim.no/schemas/mprml/1
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 - 4 +
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 transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . 8 +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 - 10 +
11 -<http://www.reportinghub.no/ep/transform/transform-helper-schema> 11 +<http://www.reportinghub.no/ep/transform/transform-helper-schema>
12 - rdf:type owl:Ontology ; 12 + rdf:type owl:Ontology ;
13 - 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 ; 13 + 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 ;
14 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; 14 + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
15 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 - 16 +
17 -transhelp:derivedFrom 17 +transhelp:derivedFrom
18 - rdf:type owl:ObjectProperty . 18 + rdf:type owl:ObjectProperty .
19 - 19 +
20 -transhelp:facilityIdentifier 20 +transhelp:facilityIdentifier
21 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 21 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
22 - 22 +
23 -transhelp:forComment 23 +transhelp:forComment
24 - rdf:type owl:ObjectProperty ; 24 + rdf:type owl:ObjectProperty ;
25 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 25 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
26 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 26 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
27 - rdfs:label "for comment"^^xsd:string . 27 + rdfs:label "for comment"^^xsd:string .
28 - 28 +
29 -transhelp:hasDerivedText 29 +transhelp:hasDerivedText
30 - rdf:type owl:DatatypeProperty . 30 + rdf:type owl:DatatypeProperty .
31 - 31 +
32 -transhelp:intervalEnd 32 +transhelp:intervalEnd
33 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 33 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
34 - 34 +
35 -transhelp:intervalIdentifier 35 +transhelp:intervalIdentifier
36 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 36 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
37 - 37 +
38 -transhelp:intervalStart 38 +transhelp:intervalStart
39 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 39 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
40 - 40 +
41 -transhelp:mapsTo 41 +transhelp:label
42 - rdf:type rdf:Property . 42 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
43 - 43 +
44 -transhelp:materialClassMapsToMPREnumeration 44 +transhelp:mapsTo
45 - rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty ; 45 + rdf:type rdf:Property .
46 - rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 46 +
47 - rdfs:subPropertyOf transhelp:mapsTo . 47 +transhelp:materialClassMapsToMPREnumeration
48 - 48 + rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ;
49 -transhelp:nominalInstant 49 + rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
50 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 50 + rdfs:subPropertyOf transhelp:mapsTo .
51 - 51 +
52 -transhelp:standardTempPres 52 +transhelp:nominalInstant
53 - rdf:type rdf:Property ; 53 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
54 - rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . 54 +
55 - 55 +transhelp:standardTempPres
56 -transhelp:typeOfPartCommentedOn 56 + rdf:type rdf:Property ;
57 - rdf:type owl:ObjectProperty ; 57 + rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> .
58 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 58 +
59 - rdfs:domain owl:Class ; 59 +transhelp:typeOfPartCommentedOn
60 - rdfs:label "type of part commented on"^^xsd:string . 60 + rdf:type owl:ObjectProperty ;
61 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
62 + rdfs:domain owl:Class ;
63 + rdfs:label "type of part commented on"^^xsd:string .
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
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
13 # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema 12 # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema
14 13
15 @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . 14 @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> .
...@@ -31,5 +30,5 @@ ...@@ -31,5 +30,5 @@
31 30
32 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> 31 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector>
33 rdf:type owl:Ontology ; 32 rdf:type owl:Ontology ;
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> ; 33 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> , <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/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
35 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 34 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......