David Price

Created parallel Production schemas for DPR development

1 -# Saved by TopBraid on Fri Oct 07 13:23:51 BST 2011 1 +# Saved by TopBraid on Sat Oct 08 14:24:50 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/equipment
5 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 4 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
7 # imports: http://www.reportinghub.no/ep/schema/1.0/activity 6 # imports: http://www.reportinghub.no/ep/schema/1.0/activity
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/production 7 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 8
10 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 9 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 10 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -15,7 +14,7 @@ ...@@ -15,7 +14,7 @@
15 14
16 <http://www.reportinghub.no/ep/schema/1.0/production-activity> 15 <http://www.reportinghub.no/ep/schema/1.0/production-activity>
17 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
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> ; 17 + 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> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 19
21 <http://www.reportinghub.no/ep/schema/equipment#Manifold> 20 <http://www.reportinghub.no/ep/schema/equipment#Manifold>
......
1 +# Saved by TopBraid on Sat Oct 08 14:19:39 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
4 +
5 +@prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> .
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<http://www.reportinghub.no/ep/schema/1.0/production-equipment>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# Saved by TopBraid on Sat Oct 08 14:18:19 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 +
5 +@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> .
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<http://www.reportinghub.no/ep/schema/1.0/production-facility>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> ;
14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# Saved by TopBraid on Sat Oct 08 14:21:11 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-organization
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 +
5 +@prefix ep-prodorg: <http://www.reportinghub.no/ep/schema/production-organization#> .
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<http://www.reportinghub.no/ep/schema/1.0/production-organization>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> ;
14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# Saved by TopBraid on Sat Oct 08 14:22:39 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
4 +
5 +@prefix ep-prodreport: <http://www.reportinghub.no/ep/schema/production-report#> .
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<http://www.reportinghub.no/ep/schema/1.0/production-report>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/report> ;
14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# Saved by TopBraid on Sat Oct 08 14:16:19 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
4 +
5 +@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> .
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<http://www.reportinghub.no/ep/schema/1.0/production-well>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ;
14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 -# Saved by TopBraid on Wed Oct 05 11:55:58 BST 2011 1 +# Saved by TopBraid on Sat Oct 08 14:31:01 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/geography
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
3 # imports: http://www.reportinghub.no/np/schema/1.0/npd 8 # imports: http://www.reportinghub.no/np/schema/1.0/npd
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/flow
10 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
11 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-report
4 12
5 @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> . 13 @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 14 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -10,5 +18,5 @@ ...@@ -10,5 +18,5 @@
10 18
11 <http://www.reportinghub.no/ep/schema/1.0/production> 19 <http://www.reportinghub.no/ep/schema/1.0/production>
12 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> ; 21 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......