Showing
3 changed files
with
95 additions
and
15 deletions
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Thu Oct 06 15:54:44 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 07 13:43:12 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
1 | -# Saved by TopBraid on Thu Oct 06 21:27:15 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 07 13:23:51 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/production | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/production |
9 | 9 | ||
10 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 10 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
... | @@ -15,17 +15,89 @@ | ... | @@ -15,17 +15,89 @@ |
15 | 15 | ||
16 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 16 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold> | ||
22 | + rdf:type owl:Class ; | ||
23 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . | ||
24 | + | ||
25 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection> | ||
26 | + rdf:type owl:Class ; | ||
27 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | ||
28 | + | ||
29 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production> | ||
30 | + rdf:type owl:Class ; | ||
31 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> . | ||
32 | + | ||
33 | +<http://www.reportinghub.no/ep/schema/equipment#Reservoir> | ||
34 | + rdf:type owl:Class ; | ||
35 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAReservoir> . | ||
36 | + | ||
37 | +<http://www.reportinghub.no/ep/schema/equipment#Separator> | ||
38 | + rdf:type owl:Class ; | ||
39 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> . | ||
40 | + | ||
41 | +<http://www.reportinghub.no/ep/schema/equipment#Tank> | ||
42 | + rdf:type owl:Class ; | ||
43 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> . | ||
44 | + | ||
45 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> | ||
46 | + rdf:type owl:Class ; | ||
47 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
48 | + | ||
49 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> | ||
50 | + rdf:type owl:Class ; | ||
51 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
52 | + | ||
53 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAReservoir> | ||
54 | + rdf:type owl:Class ; | ||
55 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
56 | + | ||
57 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> | ||
58 | + rdf:type owl:Class ; | ||
59 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
60 | + | ||
61 | +<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> | ||
62 | + rdf:type owl:Class ; | ||
63 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
64 | + | ||
65 | +<http://www.reportinghub.no/ep/schema/organization#TemporalPartOfACrew> | ||
66 | + rdf:type owl:Class ; | ||
67 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
68 | + | ||
21 | ep-prodact:AdministerFirstAid | 69 | ep-prodact:AdministerFirstAid |
22 | rdf:type owl:Class ; | 70 | rdf:type owl:Class ; |
23 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 71 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
24 | 72 | ||
73 | +ep-prodact:AirTrafficOperation | ||
74 | + rdf:type owl:Class ; | ||
75 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
76 | + | ||
77 | +ep-prodact:ConstructionOperation | ||
78 | + rdf:type owl:Class ; | ||
79 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
80 | + | ||
81 | +ep-prodact:Crew | ||
82 | + rdf:type owl:Class ; | ||
83 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#TemporalPartOfACrew> . | ||
84 | + | ||
85 | +ep-prodact:Deviation | ||
86 | + rdf:type owl:Class ; | ||
87 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
88 | + | ||
25 | ep-prodact:DrillOrExcercise | 89 | ep-prodact:DrillOrExcercise |
26 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
27 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 91 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
28 | 92 | ||
93 | +ep-prodact:FlowLine | ||
94 | + rdf:type owl:Class ; | ||
95 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . | ||
96 | + | ||
97 | +ep-prodact:FlowLine-Production | ||
98 | + rdf:type owl:Class ; | ||
99 | + rdfs:subClassOf ep-prodact:FlowLine . | ||
100 | + | ||
29 | ep-prodact:HealthSafetyAndEnvironmentActivity | 101 | ep-prodact:HealthSafetyAndEnvironmentActivity |
30 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
31 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 103 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
... | @@ -38,17 +110,17 @@ ep-prodact:IssueWorkPermit | ... | @@ -38,17 +110,17 @@ ep-prodact:IssueWorkPermit |
38 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
39 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 111 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
40 | 112 | ||
41 | -ep-prodact:Manifold | 113 | +ep-prodact:LostProduction |
42 | rdf:type owl:Class ; | 114 | rdf:type owl:Class ; |
43 | - rdfs:subClassOf ep-prodact:TemporalPartOfAManifold . | 115 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
44 | 116 | ||
45 | -ep-prodact:Manifold-Injection | 117 | +ep-prodact:MaintenanceActivity |
46 | rdf:type owl:Class ; | 118 | rdf:type owl:Class ; |
47 | - rdfs:subClassOf ep-prodact:Manifold . | 119 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
48 | 120 | ||
49 | -ep-prodact:Manifold-Production | 121 | +ep-prodact:MarineOperation |
50 | rdf:type owl:Class ; | 122 | rdf:type owl:Class ; |
51 | - rdfs:subClassOf ep-prodact:Manifold . | 123 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
52 | 124 | ||
53 | ep-prodact:MedicalTreatmentInjury | 125 | ep-prodact:MedicalTreatmentInjury |
54 | rdf:type owl:Class ; | 126 | rdf:type owl:Class ; |
... | @@ -58,6 +130,10 @@ ep-prodact:PartOfProductionActivity | ... | @@ -58,6 +130,10 @@ ep-prodact:PartOfProductionActivity |
58 | rdf:type owl:Class ; | 130 | rdf:type owl:Class ; |
59 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 131 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
60 | 132 | ||
133 | +ep-prodact:PowerStationFailure | ||
134 | + rdf:type owl:Class ; | ||
135 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
136 | + | ||
61 | ep-prodact:ProductionActivityLastingLessThanAYear | 137 | ep-prodact:ProductionActivityLastingLessThanAYear |
62 | rdf:type owl:Class ; | 138 | rdf:type owl:Class ; |
63 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 139 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
... | @@ -78,10 +154,6 @@ ep-prodact:SpillOrLeak | ... | @@ -78,10 +154,6 @@ ep-prodact:SpillOrLeak |
78 | rdf:type owl:Class ; | 154 | rdf:type owl:Class ; |
79 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 155 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
80 | 156 | ||
81 | -ep-prodact:TemporalPartOfAManifold | ||
82 | - rdf:type owl:Class ; | ||
83 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
84 | - | ||
85 | ep-prodact:WorkingUnderPermit | 157 | ep-prodact:WorkingUnderPermit |
86 | rdf:type owl:Class ; | 158 | rdf:type owl:Class ; |
87 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 159 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -162,3 +234,11 @@ ep-prodact:yearlyActivityToDate | ... | @@ -162,3 +234,11 @@ ep-prodact:yearlyActivityToDate |
162 | rdf:type owl:ObjectProperty ; | 234 | rdf:type owl:ObjectProperty ; |
163 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 235 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; |
164 | rdfs:range ep-prodact:YearlyProductionActivityToEndOfReportingPeriod . | 236 | rdfs:range ep-prodact:YearlyProductionActivityToEndOfReportingPeriod . |
237 | + | ||
238 | +<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellGroup> | ||
239 | + rdf:type owl:Class ; | ||
240 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
241 | + | ||
242 | +<http://www.reportinghub.no/ep/schema/well#WellGroup> | ||
243 | + rdf:type owl:Class ; | ||
244 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellGroup> . | ... | ... |
-
Please register or login to post a comment