MonkeyChap

Added ships and boats

1 -# Saved by TopBraid on Tue Oct 11 19:15:55 BST 2011 1 +# Saved by TopBraid on Wed Oct 12 19:46:30 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/organization> , <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/organization> ;
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#facilityOperator>
19 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 19 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
20 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 20 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
21 - rdfs:label "facility operator"^^xsd:string ; 21 + rdfs:label "facility operator"^^xsd:string ;
22 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 22 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
23 - 23 +
24 -ep-prodfac:numberOfBedsAvailable 24 +ep-prodfac:Boat
25 - rdf:type owl:DatatypeProperty ; 25 + rdf:type owl:Class ;
26 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 26 + rdfs:subClassOf ep-prodfac:ShipOrBoat .
27 - rdfs:range xsd:integer . 27 +
28 - 28 +ep-prodfac:Ship
29 -ep-prodfac:numberOfCateringCrew 29 + rdf:type owl:Class ;
30 - rdf:type owl:DatatypeProperty ; 30 + rdfs:subClassOf ep-prodfac:ShipOrBoat .
31 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 31 +
32 - rdfs:range xsd:integer . 32 +ep-prodfac:ShipOrBoat
33 - 33 + rdf:type owl:Class ;
34 -ep-prodfac:numberOfContractorCrew 34 + rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
35 - rdf:type owl:DatatypeProperty ; 35 +
36 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 36 +ep-prodfac:TemporalPartOfAShipOrBoat
37 - rdfs:range xsd:integer . 37 + rdf:type owl:Class ;
38 - 38 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
39 -ep-prodfac:numberOfDayVisitors 39 +
40 - rdf:type owl:DatatypeProperty ; 40 +ep-prodfac:numberOfBedsAvailable
41 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 41 + rdf:type owl:DatatypeProperty ;
42 - rdfs:range xsd:integer . 42 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
43 - 43 + rdfs:range xsd:integer .
44 -ep-prodfac:numberOfDrillingContractCrew 44 +
45 - rdf:type owl:DatatypeProperty ; 45 +ep-prodfac:numberOfCateringCrew
46 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 46 + rdf:type owl:DatatypeProperty ;
47 - rdfs:range xsd:integer . 47 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
48 - 48 + rdfs:range xsd:integer .
49 -ep-prodfac:numberOfOtherCrew 49 +
50 - rdf:type owl:DatatypeProperty ; 50 +ep-prodfac:numberOfContractorCrew
51 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 51 + rdf:type owl:DatatypeProperty ;
52 - rdfs:range xsd:integer . 52 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
53 - 53 + rdfs:range xsd:integer .
54 -ep-prodfac:numberOfOwnCrew 54 +
55 - rdf:type owl:DatatypeProperty ; 55 +ep-prodfac:numberOfDayVisitors
56 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 56 + rdf:type owl:DatatypeProperty ;
57 - rdfs:range xsd:integer . 57 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
58 - 58 + rdfs:range xsd:integer .
59 -ep-prodfac:numberOfOwnOtherCrew 59 +
60 - rdf:type owl:DatatypeProperty ; 60 +ep-prodfac:numberOfDrillingContractCrew
61 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 61 + rdf:type owl:DatatypeProperty ;
62 - rdfs:range xsd:integer . 62 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
63 - 63 + rdfs:range xsd:integer .
64 -ep-prodfac:numberOfPersonnelOnBoard 64 +
65 - rdf:type owl:DatatypeProperty ; 65 +ep-prodfac:numberOfOtherCrew
66 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 66 + rdf:type owl:DatatypeProperty ;
67 - rdfs:range xsd:integer . 67 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
68 + rdfs:range xsd:integer .
69 +
70 +ep-prodfac:numberOfOwnCrew
71 + rdf:type owl:DatatypeProperty ;
72 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
73 + rdfs:range xsd:integer .
74 +
75 +ep-prodfac:numberOfOwnOtherCrew
76 + rdf:type owl:DatatypeProperty ;
77 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
78 + rdfs:range xsd:integer .
79 +
80 +ep-prodfac:numberOfPersonnelOnBoard
81 + rdf:type owl:DatatypeProperty ;
82 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
83 + rdfs:range xsd:integer .
......