Merge branch 'master' of [email protected]:TopQuadrant/EPIM-Ontologies.git
Showing
4 changed files
with
74 additions
and
83 deletions
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 | ... | ... |
This diff is collapsed. Click to expand it.
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/ | 4 | + |
5 | -# imports: http://purl.org/dc/terms/ | 5 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
6 | -# imports: http://spinrdf.org/spin | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
7 | - | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
8 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
9 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | +@prefix sp: <http://spinrdf.org/sp#> . |
10 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | +@prefix spin: <http://spinrdf.org/spin#> . |
11 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | +@prefix spl: <http://spinrdf.org/spl#> . |
12 | -@prefix sp: <http://spinrdf.org/sp#> . | 12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
13 | -@prefix spin: <http://spinrdf.org/spin#> . | 13 | + |
14 | -@prefix spl: <http://spinrdf.org/spl#> . | 14 | +<http://www.reportinghub.no/ep/schema/1.0/facility> |
15 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | + rdf:type owl:Ontology ; |
16 | - | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
17 | -<http://www.reportinghub.no/ep/schema/1.0/facility> | 17 | + owl:versionInfo "0.1.0"^^xsd:string . |
18 | - rdf:type owl:Ontology ; | 18 | + |
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/> ; | 19 | +ep-fac:AllOrPartOfTheLifeOfARig |
20 | - owl:versionInfo "0.1.0"^^xsd:string . | 20 | + rdf:type owl:Class ; |
21 | - | 21 | + rdfs:label "all or part of the life of a rig"^^xsd:string ; |
22 | -ep-fac:AllOrPartOfTheLifeOfARig | 22 | + rdfs:subClassOf ep-fac:Facility . |
23 | - rdf:type owl:Class ; | 23 | + |
24 | - rdfs:label "all or part of the life of a rig"^^xsd:string ; | 24 | +ep-fac:Facility |
25 | - rdfs:subClassOf ep-fac:Facility . | 25 | + rdf:type owl:Class ; |
26 | - | 26 | + rdfs:label "facility"^^xsd:string ; |
27 | -ep-fac:Facility | 27 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
28 | - rdf:type owl:Class ; | 28 | + |
29 | - rdfs:label "facility"^^xsd:string ; | 29 | +ep-fac:FixedFacility |
30 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 30 | + rdf:type owl:DeprecatedClass ; |
31 | - | 31 | + rdfs:subClassOf ep-fac:Facility . |
32 | -ep-fac:FixedFacility | 32 | + |
33 | - rdf:type owl:DeprecatedClass ; | 33 | +ep-fac:FixedOrMoveableRigType |
34 | - rdfs:subClassOf ep-fac:Facility . | 34 | + rdf:type rdfs:Class ; |
35 | - | 35 | + rdfs:label "fixed of moveable rig type"^^xsd:string ; |
36 | -ep-fac:FixedOrMoveableRigType | 36 | + rdfs:subClassOf owl:Class . |
37 | - rdf:type rdfs:Class ; | 37 | + |
38 | - rdfs:label "fixed of moveable rig type"^^xsd:string ; | 38 | +ep-fac:FixedRig |
39 | - rdfs:subClassOf owl:Class . | 39 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
40 | - | 40 | + rdfs:label "fixed rig"^^xsd:string ; |
41 | -ep-fac:FixedRig | 41 | + rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . |
42 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 42 | + |
43 | - rdfs:label "fixed rig"^^xsd:string ; | 43 | +ep-fac:MoveableFacility |
44 | - rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . | 44 | + rdf:type owl:Class ; |
45 | - | 45 | + rdfs:subClassOf ep-fac:Facility . |
46 | -ep-fac:MoveableFacility | 46 | + |
47 | - rdf:type owl:Class ; | 47 | +ep-fac:MoveableRig |
48 | - rdfs:subClassOf ep-fac:Facility . | 48 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
49 | - | 49 | + rdfs:label "moveable rig"^^xsd:string ; |
50 | -ep-fac:MoveableRig | 50 | + rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . |
51 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 51 | + |
52 | - rdfs:label "moveable rig"^^xsd:string ; | 52 | +ep-fac:Rig |
53 | - rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . | 53 | + rdf:type owl:Class ; |
54 | - | 54 | + rdfs:label "rig"^^xsd:string ; |
55 | -ep-fac:Rig | 55 | + rdfs:subClassOf ep-fac:AllOrPartOfTheLifeOfARig . |
56 | - rdf:type owl:Class ; | 56 | + |
57 | - rdfs:label "rig"^^xsd:string ; | 57 | +ep-fac:SubSurfaceFixedFacility |
58 | - rdfs:subClassOf ep-fac:AllOrPartOfTheLifeOfARig . | 58 | + rdf:type owl:Class ; |
59 | - | 59 | + rdfs:subClassOf ep-fac:FixedFacility . |
60 | -ep-fac:SubSurfaceFixedFacility | 60 | + |
61 | - rdf:type owl:Class ; | 61 | +ep-fac:SurfaceFixedFacility |
62 | - rdfs:subClassOf ep-fac:FixedFacility . | 62 | + rdf:type owl:Class ; |
63 | - | 63 | + rdfs:subClassOf ep-fac:FixedFacility . |
64 | -ep-fac:SurfaceFixedFacility | 64 | + |
65 | - rdf:type owl:Class ; | 65 | +ep-fac:TemporalPartOfARig |
66 | - rdfs:subClassOf ep-fac:FixedFacility . | 66 | + rdf:type owl:Class ; |
67 | - | 67 | + rdfs:label "temporal part of a rig"^^xsd:string ; |
68 | -ep-fac:TemporalPartOfARig | 68 | + rdfs:subClassOf ep-fac:AllOrPartOfTheLifeOfARig . |
69 | - rdf:type owl:Class ; | ||
70 | - rdfs:label "temporal part of a rig"^^xsd:string ; | ||
71 | - rdfs:subClassOf ep-fac:AllOrPartOfTheLifeOfARig . | ... | ... |
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 | ... | ... |
-
Please register or login to post a comment