Showing
9 changed files
with
29 additions
and
38 deletions
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
... | @@ -13,11 +13,11 @@ | ... | @@ -13,11 +13,11 @@ |
13 | 13 | ||
14 | <http://www.reportinghub.no/ep/schema/1.0/geography> | 14 | <http://www.reportinghub.no/ep/schema/1.0/geography> |
15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 16 | + owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
18 | 18 | ||
19 | ep-core:Area | 19 | ep-core:Area |
20 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 20 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
21 | rdfs:label "Area"^^xsd:string ; | 21 | rdfs:label "Area"^^xsd:string ; |
22 | rdfs:subClassOf owl:Class ; | 22 | rdfs:subClassOf owl:Class ; |
23 | ep-core:seeReferenceData | 23 | ep-core:seeReferenceData |
... | @@ -43,21 +43,21 @@ ep-geo:AreaCoveredByBusinessArrangement | ... | @@ -43,21 +43,21 @@ ep-geo:AreaCoveredByBusinessArrangement |
43 | rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 43 | rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
44 | rdfs:label "area covered by business arrangement"^^xsd:string ; | 44 | rdfs:label "area covered by business arrangement"^^xsd:string ; |
45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
46 | - owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 46 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country . |
47 | 47 | ||
48 | ep-geo:Country | 48 | ep-geo:Country |
49 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
50 | rdfs:comment "part of the surface of the earth that is a country"^^xsd:string ; | 50 | rdfs:comment "part of the surface of the earth that is a country"^^xsd:string ; |
51 | rdfs:label "country"^^xsd:string ; | 51 | rdfs:label "country"^^xsd:string ; |
52 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 52 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
53 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 53 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement . |
54 | 54 | ||
55 | ep-geo:County | 55 | ep-geo:County |
56 | rdf:type owl:Class ; | 56 | rdf:type owl:Class ; |
57 | rdfs:comment "part of the surface of the earth that is a county"^^xsd:string ; | 57 | rdfs:comment "part of the surface of the earth that is a county"^^xsd:string ; |
58 | rdfs:label "county"^^xsd:string ; | 58 | rdfs:label "county"^^xsd:string ; |
59 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 59 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
60 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 60 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
61 | 61 | ||
62 | ep-geo:DestinationType | 62 | ep-geo:DestinationType |
63 | rdf:type rdfs:Class ; | 63 | rdf:type rdfs:Class ; |
... | @@ -65,7 +65,7 @@ ep-geo:DestinationType | ... | @@ -65,7 +65,7 @@ ep-geo:DestinationType |
65 | rdfs:subClassOf owl:Class . | 65 | rdfs:subClassOf owl:Class . |
66 | 66 | ||
67 | ep-geo:Harbour | 67 | ep-geo:Harbour |
68 | - rdf:type ep-geo:DestinationType , owl:Class ; | 68 | + rdf:type owl:Class , ep-geo:DestinationType ; |
69 | rdfs:comment "part of the surface of the earth that is a harbour"^^xsd:string ; | 69 | rdfs:comment "part of the surface of the earth that is a harbour"^^xsd:string ; |
70 | rdfs:label "harbour"^^xsd:string ; | 70 | rdfs:label "harbour"^^xsd:string ; |
71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
... | @@ -75,7 +75,7 @@ ep-geo:LicenceBlock | ... | @@ -75,7 +75,7 @@ ep-geo:LicenceBlock |
75 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 75 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
76 | rdfs:label "Licence Block"^^xsd:string ; | 76 | rdfs:label "Licence Block"^^xsd:string ; |
77 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 77 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
78 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 78 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
79 | 79 | ||
80 | ep-geo:OffshoreLocation | 80 | ep-geo:OffshoreLocation |
81 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
... | @@ -88,7 +88,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | ... | @@ -88,7 +88,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
88 | rdfs:comment "part of the surface of the earth that is specified as a polygon"^^xsd:string ; | 88 | rdfs:comment "part of the surface of the earth that is specified as a polygon"^^xsd:string ; |
89 | rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; | 89 | rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; |
90 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 90 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
91 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State . | 91 | + owl:disjointWith ep-geo:State , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
92 | 92 | ||
93 | ep-geo:PartOfTheSurfaceOfTheEarth | 93 | ep-geo:PartOfTheSurfaceOfTheEarth |
94 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
... | @@ -101,25 +101,13 @@ ep-geo:State | ... | @@ -101,25 +101,13 @@ ep-geo:State |
101 | rdfs:comment "part of the surface of the earth that is a state or province (source: MPR-XSD)"^^xsd:string ; | 101 | rdfs:comment "part of the surface of the earth that is a state or province (source: MPR-XSD)"^^xsd:string ; |
102 | rdfs:label "state"^^xsd:string ; | 102 | rdfs:label "state"^^xsd:string ; |
103 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 103 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
104 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 104 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
105 | 105 | ||
106 | ep-geo:Terminal | 106 | ep-geo:Terminal |
107 | - rdf:type ep-geo:DestinationType , owl:Class ; | 107 | + rdf:type owl:Class , ep-geo:DestinationType ; |
108 | rdfs:comment "facility that is for the storage of oil and/or petrochemical products and from which these products are usually transported to end users or further storage facilities (source: MPR-XSD)"^^xsd:string ; | 108 | rdfs:comment "facility that is for the storage of oil and/or petrochemical products and from which these products are usually transported to end users or further storage facilities (source: MPR-XSD)"^^xsd:string ; |
109 | rdfs:label "terminal"^^xsd:string ; | 109 | rdfs:label "terminal"^^xsd:string ; |
110 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . | 110 | + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . |
111 | - | ||
112 | -ep-geo:areaOnSurfaceOfEarth | ||
113 | - rdf:type owl:ObjectProperty ; | ||
114 | - rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; | ||
115 | - rdfs:label "area on surface of Earth"^^xsd:string ; | ||
116 | - rdfs:range ep-core:Area . | ||
117 | - | ||
118 | -ep-geo:businessArrangementGoverningArea | ||
119 | - rdf:type owl:ObjectProperty ; | ||
120 | - rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; | ||
121 | - rdfs:label "business arrangement governing area"^^xsd:string ; | ||
122 | - rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . | ||
123 | 111 | ||
124 | ep-geo:hasAreaName | 112 | ep-geo:hasAreaName |
125 | rdf:type owl:DatatypeProperty ; | 113 | rdf:type owl:DatatypeProperty ; |
... | @@ -132,12 +120,12 @@ ep-geo:hasNorthSeaAreaName | ... | @@ -132,12 +120,12 @@ ep-geo:hasNorthSeaAreaName |
132 | rdfs:label "has North Sea area name"^^xsd:string . | 120 | rdfs:label "has North Sea area name"^^xsd:string . |
133 | 121 | ||
134 | ep-geo:hasNorthSeaBlockSuffixId | 122 | ep-geo:hasNorthSeaBlockSuffixId |
135 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 123 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
136 | rdfs:domain ep-geo:OffshoreLocation ; | 124 | rdfs:domain ep-geo:OffshoreLocation ; |
137 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 125 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
138 | 126 | ||
139 | ep-geo:hasNorthSeaQuadrantId | 127 | ep-geo:hasNorthSeaQuadrantId |
140 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 128 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
141 | rdfs:domain ep-geo:OffshoreLocation ; | 129 | rdfs:domain ep-geo:OffshoreLocation ; |
142 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 130 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
143 | 131 | ||
... | @@ -148,12 +136,14 @@ ep-geo:hasOffshoreLocationComment | ... | @@ -148,12 +136,14 @@ ep-geo:hasOffshoreLocationComment |
148 | 136 | ||
149 | ep-geo:locatedWithin | 137 | ep-geo:locatedWithin |
150 | rdf:type owl:ObjectProperty ; | 138 | rdf:type owl:ObjectProperty ; |
139 | + rdfs:comment "physical object that is or defines the volume within which a physical thing is located"^^xsd:string ; | ||
151 | rdfs:domain ep-core:PhysicalThing ; | 140 | rdfs:domain ep-core:PhysicalThing ; |
152 | rdfs:label "located within"^^xsd:string ; | 141 | rdfs:label "located within"^^xsd:string ; |
153 | rdfs:range ep-core:PhysicalObject . | 142 | rdfs:range ep-core:PhysicalObject . |
154 | 143 | ||
155 | ep-geo:nominallyLocatedAt | 144 | ep-geo:nominallyLocatedAt |
156 | rdf:type owl:ObjectProperty ; | 145 | rdf:type owl:ObjectProperty ; |
146 | + rdfs:comment "physical thing that is or defines the point in space at which a physical thing is nominally located"^^xsd:string ; | ||
157 | rdfs:domain ep-core:PhysicalThing ; | 147 | rdfs:domain ep-core:PhysicalThing ; |
158 | rdfs:label "nominally located at"^^xsd:string ; | 148 | rdfs:label "nominally located at"^^xsd:string ; |
159 | rdfs:range ep-core:PhysicalObject . | 149 | rdfs:range ep-core:PhysicalObject . | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -11,11 +11,11 @@ | ... | @@ -11,11 +11,11 @@ |
11 | 11 | ||
12 | <http://www.reportinghub.no/ep/schema/1.0/organization> | 12 | <http://www.reportinghub.no/ep/schema/1.0/organization> |
13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
16 | 16 | ||
17 | ep-org:CateringCrew | 17 | ep-org:CateringCrew |
18 | - rdf:type ep-org:CrewType , owl:Class ; | 18 | + rdf:type owl:Class , ep-org:CrewType ; |
19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; | 19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; |
20 | rdfs:label "catering crew"^^xsd:string ; | 20 | rdfs:label "catering crew"^^xsd:string ; |
21 | rdfs:subClassOf ep-org:Crew . | 21 | rdfs:subClassOf ep-org:Crew . |
... | @@ -35,7 +35,7 @@ ep-org:Company | ... | @@ -35,7 +35,7 @@ ep-org:Company |
35 | rdfs:subClassOf ep-org:Organization-WholeLife . | 35 | rdfs:subClassOf ep-org:Organization-WholeLife . |
36 | 36 | ||
37 | ep-org:ContractorCrew | 37 | ep-org:ContractorCrew |
38 | - rdf:type ep-org:CrewType , owl:Class ; | 38 | + rdf:type owl:Class , ep-org:CrewType ; |
39 | rdfs:label "contractor crew"^^xsd:string ; | 39 | rdfs:label "contractor crew"^^xsd:string ; |
40 | rdfs:subClassOf ep-org:Crew ; | 40 | rdfs:subClassOf ep-org:Crew ; |
41 | ep-core:seeReferenceData | 41 | ep-core:seeReferenceData |
... | @@ -55,32 +55,32 @@ ep-org:CrewType | ... | @@ -55,32 +55,32 @@ ep-org:CrewType |
55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
56 | 56 | ||
57 | ep-org:DayVisitorCrew | 57 | ep-org:DayVisitorCrew |
58 | - rdf:type ep-org:CrewType , owl:Class ; | 58 | + rdf:type owl:Class , ep-org:CrewType ; |
59 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; | 59 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; |
60 | rdfs:label "day visitor crew"^^xsd:string ; | 60 | rdfs:label "day visitor crew"^^xsd:string ; |
61 | rdfs:subClassOf ep-org:Crew . | 61 | rdfs:subClassOf ep-org:Crew . |
62 | 62 | ||
63 | ep-org:DrillingContractCrew | 63 | ep-org:DrillingContractCrew |
64 | - rdf:type ep-org:CrewType , owl:Class ; | 64 | + rdf:type owl:Class , ep-org:CrewType ; |
65 | rdfs:label "drilling contract crew"^^xsd:string ; | 65 | rdfs:label "drilling contract crew"^^xsd:string ; |
66 | rdfs:subClassOf ep-org:Crew ; | 66 | rdfs:subClassOf ep-org:Crew ; |
67 | ep-core:seeReferenceData | 67 | ep-core:seeReferenceData |
68 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . | 68 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . |
69 | 69 | ||
70 | ep-org:NonOperatorOvernightVisitorCrew | 70 | ep-org:NonOperatorOvernightVisitorCrew |
71 | - rdf:type ep-org:CrewType , owl:Class ; | 71 | + rdf:type owl:Class , ep-org:CrewType ; |
72 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; | 72 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; |
73 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; | 73 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; |
74 | rdfs:subClassOf ep-org:Crew . | 74 | rdfs:subClassOf ep-org:Crew . |
75 | 75 | ||
76 | ep-org:OperatorNormalCrew | 76 | ep-org:OperatorNormalCrew |
77 | - rdf:type ep-org:CrewType , owl:Class ; | 77 | + rdf:type owl:Class , ep-org:CrewType ; |
78 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; | 78 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; |
79 | rdfs:label "operator normal crew"^^xsd:string ; | 79 | rdfs:label "operator normal crew"^^xsd:string ; |
80 | rdfs:subClassOf ep-org:Crew . | 80 | rdfs:subClassOf ep-org:Crew . |
81 | 81 | ||
82 | ep-org:OperatorOvernightVisitorCrew | 82 | ep-org:OperatorOvernightVisitorCrew |
83 | - rdf:type ep-org:CrewType , owl:Class ; | 83 | + rdf:type owl:Class , ep-org:CrewType ; |
84 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; | 84 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; |
85 | rdfs:label "operator overnight visitor crew"^^xsd:string ; | 85 | rdfs:label "operator overnight visitor crew"^^xsd:string ; |
86 | rdfs:subClassOf ep-org:Crew . | 86 | rdfs:subClassOf ep-org:Crew . |
... | @@ -88,7 +88,7 @@ ep-org:OperatorOvernightVisitorCrew | ... | @@ -88,7 +88,7 @@ ep-org:OperatorOvernightVisitorCrew |
88 | ep-org:Organization | 88 | ep-org:Organization |
89 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
90 | rdfs:label "organization"^^xsd:string ; | 90 | rdfs:label "organization"^^xsd:string ; |
91 | - rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; | 91 | + rdfs:subClassOf ep-org:PersonOrOrganization , ep-core:PhysicalObject ; |
92 | ep-core:seeReferenceData | 92 | ep-core:seeReferenceData |
93 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . | 93 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . |
94 | 94 | ||
... | @@ -96,7 +96,7 @@ ep-org:Organization-WholeLife | ... | @@ -96,7 +96,7 @@ ep-org:Organization-WholeLife |
96 | rdf:type owl:Class ; | 96 | rdf:type owl:Class ; |
97 | rdfs:comment "organization that is for all of its life"^^xsd:string ; | 97 | rdfs:comment "organization that is for all of its life"^^xsd:string ; |
98 | rdfs:label "organization - whole life"^^xsd:string ; | 98 | rdfs:label "organization - whole life"^^xsd:string ; |
99 | - rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . | 99 | + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization . |
100 | 100 | ||
101 | ep-org:Person | 101 | ep-org:Person |
102 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
... | @@ -129,7 +129,7 @@ ep-org:PersonRoleType | ... | @@ -129,7 +129,7 @@ ep-org:PersonRoleType |
129 | rdfs:subClassOf owl:Class . | 129 | rdfs:subClassOf owl:Class . |
130 | 130 | ||
131 | ep-org:TotalCrew | 131 | ep-org:TotalCrew |
132 | - rdf:type ep-org:CrewType , owl:Class ; | 132 | + rdf:type owl:Class , ep-org:CrewType ; |
133 | rdfs:comment "all personnel on board"^^xsd:string ; | 133 | rdfs:comment "all personnel on board"^^xsd:string ; |
134 | rdfs:label "total crew"^^xsd:string ; | 134 | rdfs:label "total crew"^^xsd:string ; |
135 | rdfs:subClassOf ep-org:Crew . | 135 | rdfs:subClassOf ep-org:Crew . |
... | @@ -138,16 +138,17 @@ ep-org:WholeLifePerson | ... | @@ -138,16 +138,17 @@ ep-org:WholeLifePerson |
138 | rdf:type owl:Class ; | 138 | rdf:type owl:Class ; |
139 | rdfs:comment "person that is for all of its life"^^xsd:string ; | 139 | rdfs:comment "person that is for all of its life"^^xsd:string ; |
140 | rdfs:label "whole life person"^^xsd:string ; | 140 | rdfs:label "whole life person"^^xsd:string ; |
141 | - rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . | 141 | + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . |
142 | 142 | ||
143 | ep-org:hasCrew | 143 | ep-org:hasCrew |
144 | rdf:type owl:ObjectProperty ; | 144 | rdf:type owl:ObjectProperty ; |
145 | + rdfs:comment "crew of a facility"^^xsd:string ; | ||
145 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 146 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
146 | rdfs:label "has crew"^^xsd:string ; | 147 | rdfs:label "has crew"^^xsd:string ; |
147 | rdfs:range ep-org:Crew . | 148 | rdfs:range ep-org:Crew . |
148 | 149 | ||
149 | ep-org:numberInCrew | 150 | ep-org:numberInCrew |
150 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 151 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
151 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; | 152 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; |
152 | rdfs:domain ep-org:Crew ; | 153 | rdfs:domain ep-org:Crew ; |
153 | rdfs:label "number in crew"^^xsd:string . | 154 | rdfs:label "number in crew"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment