Showing
6 changed files
with
131 additions
and
98 deletions
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Sat Oct 08 12:56:19 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 11 17:12:54 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography |
| 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://www.reportinghub.no/ep/schema/1.0/facility | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 5 | - | 5 | + |
| 6 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 6 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
| 7 | -@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . | 7 | +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . |
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | - | 12 | + |
| 13 | -<http://www.reportinghub.no/ep/schema/1.0/geography> | 13 | +<http://www.reportinghub.no/ep/schema/1.0/geography> |
| 14 | - rdf:type owl:Ontology ; | 14 | + rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | - | 17 | + |
| 18 | -ep-geo:Country | 18 | +ep-geo:Country |
| 19 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 19 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 20 | - rdfs:label "country"^^xsd:string ; | 20 | + rdfs:label "country"^^xsd:string ; |
| 21 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 21 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 22 | - owl:disjointWith ep-geo:State , ep-geo:County . | 22 | + owl:disjointWith ep-geo:County , ep-geo:State . |
| 23 | - | 23 | + |
| 24 | -ep-geo:County | 24 | +ep-geo:County |
| 25 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 25 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 26 | - rdfs:label "county"^^xsd:string ; | 26 | + rdfs:label "county"^^xsd:string ; |
| 27 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 27 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 28 | - owl:disjointWith ep-geo:Country , ep-geo:State . | 28 | + owl:disjointWith ep-geo:State , ep-geo:Country . |
| 29 | - | 29 | + |
| 30 | -ep-geo:PartOfTheSurfaceOfTheEarth | 30 | +ep-geo:PartOfTheSurfaceOfTheEarth |
| 31 | - rdf:type owl:Class ; | 31 | + rdf:type owl:Class ; |
| 32 | - rdfs:label "part of the surface of the earth"^^xsd:string ; | 32 | + rdfs:label "part of the surface of the earth"^^xsd:string ; |
| 33 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 33 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 34 | - | 34 | + |
| 35 | -ep-geo:State | 35 | +ep-geo:State |
| 36 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 36 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 37 | - rdfs:label "state"^^xsd:string ; | 37 | + rdfs:label "state"^^xsd:string ; |
| 38 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 38 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 39 | - owl:disjointWith ep-geo:Country , ep-geo:County . | 39 | + owl:disjointWith ep-geo:County , ep-geo:Country . |
| 40 | + | ||
| 41 | +ep-geo:locatedWithin | ||
| 42 | + rdf:type owl:ObjectProperty ; | ||
| 43 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
| 44 | + rdfs:label "located within"^^xsd:string ; | ||
| 45 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ... | ... |
| 1 | +# Saved by TopBraid on Tue Oct 11 17:22:53 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 4 | + | ||
| 5 | +@prefix : <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed#> . | ||
| 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +<http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed> | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 16 | + | ||
| 17 | +ep-core:thousand_barrel | ||
| 18 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 19 | + rdfs:label "thousand barrel"^^xsd:string . |
| 1 | -# Saved by TopBraid on Tue Oct 11 10:16:15 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 11 19:15:55 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/facility | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 4 | - | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 5 | -@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . | 5 | + |
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . |
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 10 | - | 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | -<http://www.reportinghub.no/ep/schema/1.0/production-facility> | 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | - rdf:type owl:Ontology ; | 12 | + |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 13 | +<http://www.reportinghub.no/ep/schema/1.0/production-facility> |
| 14 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | + rdf:type owl:Ontology ; |
| 15 | - | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 16 | -ep-prodfac:numberOfBedsAvailable | 16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | - rdf:type owl:DatatypeProperty ; | 17 | + |
| 18 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 18 | +<http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
| 19 | - rdfs:range xsd:integer . | 19 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 20 | - | 20 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 21 | -ep-prodfac:numberOfCateringCrew | 21 | + rdfs:label "facility operator"^^xsd:string ; |
| 22 | - rdf:type owl:DatatypeProperty ; | 22 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 23 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 23 | + |
| 24 | - rdfs:range xsd:integer . | 24 | +ep-prodfac:numberOfBedsAvailable |
| 25 | - | 25 | + rdf:type owl:DatatypeProperty ; |
| 26 | -ep-prodfac:numberOfContractorCrew | 26 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 27 | - rdf:type owl:DatatypeProperty ; | 27 | + rdfs:range xsd:integer . |
| 28 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 28 | + |
| 29 | - rdfs:range xsd:integer . | 29 | +ep-prodfac:numberOfCateringCrew |
| 30 | - | 30 | + rdf:type owl:DatatypeProperty ; |
| 31 | -ep-prodfac:numberOfDayVisitors | 31 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 32 | - rdf:type owl:DatatypeProperty ; | 32 | + rdfs:range xsd:integer . |
| 33 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 33 | + |
| 34 | - rdfs:range xsd:integer . | 34 | +ep-prodfac:numberOfContractorCrew |
| 35 | - | 35 | + rdf:type owl:DatatypeProperty ; |
| 36 | -ep-prodfac:numberOfDrillingContractCrew | 36 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 37 | - rdf:type owl:DatatypeProperty ; | 37 | + rdfs:range xsd:integer . |
| 38 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 38 | + |
| 39 | - rdfs:range xsd:integer . | 39 | +ep-prodfac:numberOfDayVisitors |
| 40 | - | 40 | + rdf:type owl:DatatypeProperty ; |
| 41 | -ep-prodfac:numberOfOtherCrew | 41 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 42 | - rdf:type owl:DatatypeProperty ; | 42 | + rdfs:range xsd:integer . |
| 43 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 43 | + |
| 44 | - rdfs:range xsd:integer . | 44 | +ep-prodfac:numberOfDrillingContractCrew |
| 45 | - | 45 | + rdf:type owl:DatatypeProperty ; |
| 46 | -ep-prodfac:numberOfOwnCrew | 46 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 47 | - rdf:type owl:DatatypeProperty ; | 47 | + rdfs:range xsd:integer . |
| 48 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 48 | + |
| 49 | - rdfs:range xsd:integer . | 49 | +ep-prodfac:numberOfOtherCrew |
| 50 | - | 50 | + rdf:type owl:DatatypeProperty ; |
| 51 | -ep-prodfac:numberOfOwnOtherCrew | 51 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 52 | - rdf:type owl:DatatypeProperty ; | 52 | + rdfs:range xsd:integer . |
| 53 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 53 | + |
| 54 | - rdfs:range xsd:integer . | 54 | +ep-prodfac:numberOfOwnCrew |
| 55 | - | 55 | + rdf:type owl:DatatypeProperty ; |
| 56 | -ep-prodfac:numberOfPersonnelOnBoard | 56 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 57 | - rdf:type owl:DatatypeProperty ; | 57 | + rdfs:range xsd:integer . |
| 58 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 58 | + |
| 59 | - rdfs:range xsd:integer . | 59 | +ep-prodfac:numberOfOwnOtherCrew |
| 60 | + rdf:type owl:DatatypeProperty ; | ||
| 61 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
| 62 | + rdfs:range xsd:integer . | ||
| 63 | + | ||
| 64 | +ep-prodfac:numberOfPersonnelOnBoard | ||
| 65 | + rdf:type owl:DatatypeProperty ; | ||
| 66 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
| 67 | + rdfs:range xsd:integer . | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment