Holger Knublauch

Merge branch 'master' of [email protected]:TopQuadrant/EPIM-Ontologies.git

1 +# Saved by TopBraid on Sat Aug 20 19:00:54 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
2 -# imports: http://purl.org/dc/elements/1.1/ 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
3 -# imports: http://purl.org/dc/terms/
4 -# imports: http://spinrdf.org/spin
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
6 # imports: http://www.reportinghub.no/ep/schema/1.0/core 4 # imports: http://www.reportinghub.no/ep/schema/1.0/core
7 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 5 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/well 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
9 # imports: http://www.w3.org/2004/02/skos/core 7 # imports: http://www.w3.org/2004/02/skos/core
10 8
11 @prefix ep-actpurp: <http://www.reportinghub.no/ep/schema/activity-purpose#> . 9 @prefix ep-actpurp: <http://www.reportinghub.no/ep/schema/activity-purpose#> .
...@@ -19,7 +17,7 @@ ...@@ -19,7 +17,7 @@
19 17
20 <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> 18 <http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
21 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
22 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 20 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
23 owl:versionInfo "0.1.0"^^xsd:string . 21 owl:versionInfo "0.1.0"^^xsd:string .
24 22
25 ep-actpurp:Completion--bopwellheadequipment 23 ep-actpurp:Completion--bopwellheadequipment
......
1 -# Saved by TopBraid on Tue Aug 16 14:43:21 BST 2011 1 +# Saved by TopBraid on Sat Aug 20 19:01:48 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/drilling-equipment-type 2 # baseURI: http://www.reportinghub.no/ep/schema/drilling-equipment-type
3 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 3 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
4 -# imports: http://purl.org/dc/elements/1.1/
5 -# imports: http://www.w3.org/2004/02/skos/core
6 -# imports: http://purl.org/dc/terms/
7 4
8 @prefix : <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . 5 @prefix : <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> .
9 @prefix dc: <http://purl.org/dc/elements/1.1/> . 6 @prefix dc: <http://purl.org/dc/elements/1.1/> .
...@@ -17,19 +14,9 @@ ...@@ -17,19 +14,9 @@
17 14
18 <http://www.reportinghub.no/ep/schema/drilling-equipment-type> 15 <http://www.reportinghub.no/ep/schema/drilling-equipment-type>
19 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
20 - owl:imports <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://purl.org/dc/terms/> , dc: ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
21 owl:versionInfo "0.1.0"^^xsd:string . 18 owl:versionInfo "0.1.0"^^xsd:string .
22 19
23 -:DrillingEquipment
24 - rdf:type owl:Class ;
25 - rdfs:label "drilling equipment"^^xsd:string ;
26 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
27 -
28 -:DrillingEquipmentType
29 - rdf:type rdfs:Class ;
30 - rdfs:label "drilling equipment type"^^xsd:string ;
31 - rdfs:subClassOf owl:Class .
32 -
33 :Drillfloor--drawworks 20 :Drillfloor--drawworks
34 rdf:type :DrillingEquipmentType ; 21 rdf:type :DrillingEquipmentType ;
35 rdfs:label "drillfloor--drawworks"^^xsd:string ; 22 rdfs:label "drillfloor--drawworks"^^xsd:string ;
...@@ -72,6 +59,16 @@ ...@@ -72,6 +59,16 @@
72 rdfs:subClassOf :DrillingEquipment ; 59 rdfs:subClassOf :DrillingEquipment ;
73 dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string . 60 dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string .
74 61
62 +:DrillingEquipment
63 + rdf:type owl:Class ;
64 + rdfs:label "drilling equipment"^^xsd:string ;
65 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
66 +
67 +:DrillingEquipmentType
68 + rdf:type rdfs:Class ;
69 + rdfs:label "drilling equipment type"^^xsd:string ;
70 + rdfs:subClassOf owl:Class .
71 +
75 :Drillstringdownhole--downholedrillingtools 72 :Drillstringdownhole--downholedrillingtools
76 rdf:type :DrillingEquipmentType ; 73 rdf:type :DrillingEquipmentType ;
77 rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ; 74 rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ;
......
1 -# Saved by TopBraid on Fri Aug 12 11:33:44 BST 2011 1 +# Saved by TopBraid on Sat Aug 20 18:57:39 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 -# imports: http://purl.org/dc/elements/1.1/
5 -# imports: http://purl.org/dc/terms/
6 -# imports: http://spinrdf.org/spin
7 4
8 @prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . 5 @prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -16,7 +13,7 @@ ...@@ -16,7 +13,7 @@
16 13
17 <http://www.reportinghub.no/ep/schema/1.0/facility> 14 <http://www.reportinghub.no/ep/schema/1.0/facility>
18 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
19 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://purl.org/dc/terms/> , <http://purl.org/dc/elements/1.1/> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
20 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
21 18
22 ep-fac:AllOrPartOfTheLifeOfARig 19 ep-fac:AllOrPartOfTheLifeOfARig
...@@ -39,18 +36,18 @@ ep-fac:FixedOrMoveableRigType ...@@ -39,18 +36,18 @@ ep-fac:FixedOrMoveableRigType
39 rdfs:subClassOf owl:Class . 36 rdfs:subClassOf owl:Class .
40 37
41 ep-fac:FixedRig 38 ep-fac:FixedRig
42 - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; 39 + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
43 rdfs:label "fixed rig"^^xsd:string ; 40 rdfs:label "fixed rig"^^xsd:string ;
44 - rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . 41 + rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .
45 42
46 ep-fac:MoveableFacility 43 ep-fac:MoveableFacility
47 rdf:type owl:Class ; 44 rdf:type owl:Class ;
48 rdfs:subClassOf ep-fac:Facility . 45 rdfs:subClassOf ep-fac:Facility .
49 46
50 ep-fac:MoveableRig 47 ep-fac:MoveableRig
51 - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; 48 + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
52 rdfs:label "moveable rig"^^xsd:string ; 49 rdfs:label "moveable rig"^^xsd:string ;
53 - rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . 50 + rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .
54 51
55 ep-fac:Rig 52 ep-fac:Rig
56 rdf:type owl:Class ; 53 rdf:type owl:Class ;
......
1 +# Saved by TopBraid on Sat Aug 20 18:58:12 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/organization 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/organization
2 -# imports: http://purl.org/dc/elements/1.1/
3 -# imports: http://spinrdf.org/spin
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
5 4
6 @prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . 5 @prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
7 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
8 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix sp: <http://spinrdf.org/sp#> .
11 -@prefix spin: <http://spinrdf.org/spin#> .
12 -@prefix spl: <http://spinrdf.org/spl#> .
13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 10
15 <http://www.reportinghub.no/ep/schema/1.0/organization> 11 <http://www.reportinghub.no/ep/schema/1.0/organization>
16 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://purl.org/dc/elements/1.1/> , <http://spinrdf.org/spin> ; 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
18 owl:versionInfo "0.1.0"^^xsd:string . 14 owl:versionInfo "0.1.0"^^xsd:string .
19 15
20 ep-org:Company 16 ep-org:Company
......