David Leal

More updates for productVolume transform

1 -# Saved by TopBraid on Wed Oct 12 19:46:30 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 12:41:06 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility
3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 4 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
...@@ -12,11 +12,16 @@ ...@@ -12,11 +12,16 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 +<http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate>
19 + rdf:type owl:Class ;
20 + rdfs:label "production facility to date"^^xsd:string ;
21 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
22 +
18 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 23 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
19 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 24 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
20 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 25 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
21 rdfs:label "facility operator"^^xsd:string ; 26 rdfs:label "facility operator"^^xsd:string ;
22 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 27 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
......