Showing
6 changed files
with
43 additions
and
10 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 |
| ... | @@ -12,20 +12,20 @@ | ... | @@ -12,20 +12,20 @@ |
| 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 ; |
| ... | @@ -33,7 +33,13 @@ ep-geo:PartOfTheSurfaceOfTheEarth | ... | @@ -33,7 +33,13 @@ ep-geo:PartOfTheSurfaceOfTheEarth |
| 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/organization | ||
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 4 | 5 | ||
| 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 5 | @prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . | 7 | @prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | @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,9 +12,15 @@ | ... | @@ -10,9 +12,15 @@ |
| 10 | 12 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> |
| 12 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 17 | ||
| 18 | +<http://www.reportinghub.no/ep/schema/facility#facilityOperator> | ||
| 19 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 20 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
| 21 | + rdfs:label "facility operator"^^xsd:string ; | ||
| 22 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
| 23 | + | ||
| 16 | ep-prodfac:numberOfBedsAvailable | 24 | ep-prodfac:numberOfBedsAvailable |
| 17 | rdf:type owl:DatatypeProperty ; | 25 | rdf:type owl:DatatypeProperty ; |
| 18 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 26 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ... | ... |
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