Showing
3 changed files
with
88 additions
and
83 deletions
This diff is collapsed. Click to expand it.
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 |
5 | - | 5 | + |
6 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
7 | -@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . | 7 | +@prefix ep-prodfac: <http://www.reportinghub.no/ep/schema/production-facility#> . |
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/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#facilityOperator> | 18 | +<http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> |
19 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 19 | + rdf:type owl:Class ; |
20 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 20 | + rdfs:label "production facility to date"^^xsd:string ; |
21 | - rdfs:label "facility operator"^^xsd:string ; | 21 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
22 | - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 22 | + |
23 | - | 23 | +<http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
24 | -ep-prodfac:Boat | 24 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
25 | - rdf:type owl:Class ; | 25 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
26 | - rdfs:subClassOf ep-prodfac:ShipOrBoat . | 26 | + rdfs:label "facility operator"^^xsd:string ; |
27 | - | 27 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
28 | -ep-prodfac:Ship | 28 | + |
29 | - rdf:type owl:Class ; | 29 | +ep-prodfac:Boat |
30 | - rdfs:subClassOf ep-prodfac:ShipOrBoat . | 30 | + rdf:type owl:Class ; |
31 | - | 31 | + rdfs:subClassOf ep-prodfac:ShipOrBoat . |
32 | -ep-prodfac:ShipOrBoat | 32 | + |
33 | - rdf:type owl:Class ; | 33 | +ep-prodfac:Ship |
34 | - rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . | 34 | + rdf:type owl:Class ; |
35 | - | 35 | + rdfs:subClassOf ep-prodfac:ShipOrBoat . |
36 | -ep-prodfac:TemporalPartOfAShipOrBoat | 36 | + |
37 | - rdf:type owl:Class ; | 37 | +ep-prodfac:ShipOrBoat |
38 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 38 | + rdf:type owl:Class ; |
39 | - | 39 | + rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . |
40 | -ep-prodfac:numberOfBedsAvailable | 40 | + |
41 | - rdf:type owl:DatatypeProperty ; | 41 | +ep-prodfac:TemporalPartOfAShipOrBoat |
42 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 42 | + rdf:type owl:Class ; |
43 | - rdfs:range xsd:integer . | 43 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
44 | - | 44 | + |
45 | -ep-prodfac:numberOfCateringCrew | 45 | +ep-prodfac:numberOfBedsAvailable |
46 | - rdf:type owl:DatatypeProperty ; | 46 | + rdf:type owl:DatatypeProperty ; |
47 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 47 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
48 | - rdfs:range xsd:integer . | 48 | + rdfs:range xsd:integer . |
49 | - | 49 | + |
50 | -ep-prodfac:numberOfContractorCrew | 50 | +ep-prodfac:numberOfCateringCrew |
51 | - rdf:type owl:DatatypeProperty ; | 51 | + rdf:type owl:DatatypeProperty ; |
52 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 52 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
53 | - rdfs:range xsd:integer . | 53 | + rdfs:range xsd:integer . |
54 | - | 54 | + |
55 | -ep-prodfac:numberOfDayVisitors | 55 | +ep-prodfac:numberOfContractorCrew |
56 | - rdf:type owl:DatatypeProperty ; | 56 | + rdf:type owl:DatatypeProperty ; |
57 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 57 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
58 | - rdfs:range xsd:integer . | 58 | + rdfs:range xsd:integer . |
59 | - | 59 | + |
60 | -ep-prodfac:numberOfDrillingContractCrew | 60 | +ep-prodfac:numberOfDayVisitors |
61 | - rdf:type owl:DatatypeProperty ; | 61 | + rdf:type owl:DatatypeProperty ; |
62 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 62 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
63 | - rdfs:range xsd:integer . | 63 | + rdfs:range xsd:integer . |
64 | - | 64 | + |
65 | -ep-prodfac:numberOfOtherCrew | 65 | +ep-prodfac:numberOfDrillingContractCrew |
66 | - rdf:type owl:DatatypeProperty ; | 66 | + rdf:type owl:DatatypeProperty ; |
67 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 67 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
68 | - rdfs:range xsd:integer . | 68 | + rdfs:range xsd:integer . |
69 | - | 69 | + |
70 | -ep-prodfac:numberOfOwnCrew | 70 | +ep-prodfac:numberOfOtherCrew |
71 | - rdf:type owl:DatatypeProperty ; | 71 | + rdf:type owl:DatatypeProperty ; |
72 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 72 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
73 | - rdfs:range xsd:integer . | 73 | + rdfs:range xsd:integer . |
74 | - | 74 | + |
75 | -ep-prodfac:numberOfOwnOtherCrew | 75 | +ep-prodfac:numberOfOwnCrew |
76 | - rdf:type owl:DatatypeProperty ; | 76 | + rdf:type owl:DatatypeProperty ; |
77 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 77 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
78 | - rdfs:range xsd:integer . | 78 | + rdfs:range xsd:integer . |
79 | - | 79 | + |
80 | -ep-prodfac:numberOfPersonnelOnBoard | 80 | +ep-prodfac:numberOfOwnOtherCrew |
81 | - rdf:type owl:DatatypeProperty ; | 81 | + rdf:type owl:DatatypeProperty ; |
82 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 82 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
83 | - rdfs:range xsd:integer . | 83 | + rdfs:range xsd:integer . |
84 | + | ||
85 | +ep-prodfac:numberOfPersonnelOnBoard | ||
86 | + rdf:type owl:DatatypeProperty ; | ||
87 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
88 | + rdfs:range xsd:integer . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment