Showing
7 changed files
with
38 additions
and
27 deletions
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
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/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 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> ; |
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 rdfs:Class , ep-core:PropertySpace ; | 20 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
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,19 +43,21 @@ ep-geo:AreaCoveredByBusinessArrangement | ... | @@ -43,19 +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:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country . | 46 | + owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
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:label "country"^^xsd:string ; | 51 | rdfs:label "country"^^xsd:string ; |
51 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 52 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
52 | - owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement . | 53 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
53 | 54 | ||
54 | ep-geo:County | 55 | ep-geo:County |
55 | 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 ; | ||
56 | rdfs:label "county"^^xsd:string ; | 58 | rdfs:label "county"^^xsd:string ; |
57 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 59 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
58 | - owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . | 60 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
59 | 61 | ||
60 | ep-geo:DestinationType | 62 | ep-geo:DestinationType |
61 | rdf:type rdfs:Class ; | 63 | rdf:type rdfs:Class ; |
... | @@ -63,7 +65,8 @@ ep-geo:DestinationType | ... | @@ -63,7 +65,8 @@ ep-geo:DestinationType |
63 | rdfs:subClassOf owl:Class . | 65 | rdfs:subClassOf owl:Class . |
64 | 66 | ||
65 | ep-geo:Harbour | 67 | ep-geo:Harbour |
66 | - rdf:type owl:Class , ep-geo:DestinationType ; | 68 | + rdf:type ep-geo:DestinationType , owl:Class ; |
69 | + rdfs:comment "part of the surface of the earth that is a harbour"^^xsd:string ; | ||
67 | rdfs:label "harbour"^^xsd:string ; | 70 | rdfs:label "harbour"^^xsd:string ; |
68 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
69 | 72 | ||
... | @@ -72,22 +75,25 @@ ep-geo:LicenceBlock | ... | @@ -72,22 +75,25 @@ ep-geo:LicenceBlock |
72 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 75 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
73 | rdfs:label "Licence Block"^^xsd:string ; | 76 | rdfs:label "Licence Block"^^xsd:string ; |
74 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 77 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
75 | - owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . | 78 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
76 | 79 | ||
77 | ep-geo:OffshoreLocation | 80 | ep-geo:OffshoreLocation |
78 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
82 | + rdfs:comment "part of the surface of the earth that is sea"^^xsd:string ; | ||
79 | rdfs:label "offshore location"^^xsd:string ; | 83 | rdfs:label "offshore location"^^xsd:string ; |
80 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 84 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
81 | 85 | ||
82 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | 86 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
83 | rdf:type owl:Class ; | 87 | rdf:type owl:Class ; |
88 | + rdfs:comment "part of the surface of the earth that is specified as a polygon"^^xsd:string ; | ||
84 | 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 ; |
85 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 90 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
86 | - owl:disjointWith ep-geo:State , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . | 91 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State . |
87 | 92 | ||
88 | ep-geo:PartOfTheSurfaceOfTheEarth | 93 | ep-geo:PartOfTheSurfaceOfTheEarth |
89 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
90 | - rdfs:label "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ; | 95 | + rdfs:comment "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ; |
96 | + rdfs:label "part of the surface of the earth"^^xsd:string ; | ||
91 | rdfs:subClassOf ep-core:PhysicalObject . | 97 | rdfs:subClassOf ep-core:PhysicalObject . |
92 | 98 | ||
93 | ep-geo:State | 99 | ep-geo:State |
... | @@ -95,13 +101,13 @@ ep-geo:State | ... | @@ -95,13 +101,13 @@ ep-geo:State |
95 | 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 ; |
96 | rdfs:label "state"^^xsd:string ; | 102 | rdfs:label "state"^^xsd:string ; |
97 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 103 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
98 | - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . | 104 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . |
99 | 105 | ||
100 | ep-geo:Terminal | 106 | ep-geo:Terminal |
101 | - rdf:type owl:Class , ep-geo:DestinationType ; | 107 | + rdf:type ep-geo:DestinationType , owl:Class ; |
102 | 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 ; |
103 | rdfs:label "terminal"^^xsd:string ; | 109 | rdfs:label "terminal"^^xsd:string ; |
104 | - rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . | 110 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . |
105 | 111 | ||
106 | ep-geo:areaOnSurfaceOfEarth | 112 | ep-geo:areaOnSurfaceOfEarth |
107 | rdf:type owl:ObjectProperty ; | 113 | rdf:type owl:ObjectProperty ; |
... | @@ -126,12 +132,12 @@ ep-geo:hasNorthSeaAreaName | ... | @@ -126,12 +132,12 @@ ep-geo:hasNorthSeaAreaName |
126 | rdfs:label "has North Sea area name"^^xsd:string . | 132 | rdfs:label "has North Sea area name"^^xsd:string . |
127 | 133 | ||
128 | ep-geo:hasNorthSeaBlockSuffixId | 134 | ep-geo:hasNorthSeaBlockSuffixId |
129 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 135 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
130 | rdfs:domain ep-geo:OffshoreLocation ; | 136 | rdfs:domain ep-geo:OffshoreLocation ; |
131 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 137 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
132 | 138 | ||
133 | ep-geo:hasNorthSeaQuadrantId | 139 | ep-geo:hasNorthSeaQuadrantId |
134 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 140 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
135 | rdfs:domain ep-geo:OffshoreLocation ; | 141 | rdfs:domain ep-geo:OffshoreLocation ; |
136 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 142 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
137 | 143 | ... | ... |
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/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
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 owl:Class , ep-org:CrewType ; | 18 | + rdf:type ep-org:CrewType , owl:Class ; |
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 owl:Class , ep-org:CrewType ; | 38 | + rdf:type ep-org:CrewType , owl:Class ; |
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 owl:Class , ep-org:CrewType ; | 58 | + rdf:type ep-org:CrewType , owl:Class ; |
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 owl:Class , ep-org:CrewType ; | 64 | + rdf:type ep-org:CrewType , owl:Class ; |
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 owl:Class , ep-org:CrewType ; | 71 | + rdf:type ep-org:CrewType , owl:Class ; |
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 owl:Class , ep-org:CrewType ; | 77 | + rdf:type ep-org:CrewType , owl:Class ; |
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 owl:Class , ep-org:CrewType ; | 83 | + rdf:type ep-org:CrewType , owl:Class ; |
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,14 +88,15 @@ ep-org:OperatorOvernightVisitorCrew | ... | @@ -88,14 +88,15 @@ 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-org:PersonOrOrganization , ep-core:PhysicalObject ; | 91 | + rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; |
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 | ||
95 | ep-org:Organization-WholeLife | 95 | 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:label "organization - whole life"^^xsd:string ; | 98 | rdfs:label "organization - whole life"^^xsd:string ; |
98 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization . | 99 | + rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . |
99 | 100 | ||
100 | ep-org:Person | 101 | ep-org:Person |
101 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
... | @@ -106,16 +107,19 @@ ep-org:Person | ... | @@ -106,16 +107,19 @@ ep-org:Person |
106 | 107 | ||
107 | ep-org:PersonOrOrganization | 108 | ep-org:PersonOrOrganization |
108 | rdf:type owl:Class ; | 109 | rdf:type owl:Class ; |
110 | + rdfs:comment "physical object that is a person or an organization"^^xsd:string ; | ||
109 | rdfs:label "person or organization"^^xsd:string ; | 111 | rdfs:label "person or organization"^^xsd:string ; |
110 | rdfs:subClassOf ep-core:PhysicalObject . | 112 | rdfs:subClassOf ep-core:PhysicalObject . |
111 | 113 | ||
112 | ep-org:PersonOrOrganization-WholeLife | 114 | ep-org:PersonOrOrganization-WholeLife |
113 | rdf:type owl:Class ; | 115 | rdf:type owl:Class ; |
116 | + rdfs:comment "person or organization that is for all of its life"^^xsd:string ; | ||
114 | rdfs:label "person or organization whole life"^^xsd:string ; | 117 | rdfs:label "person or organization whole life"^^xsd:string ; |
115 | rdfs:subClassOf ep-org:PersonOrOrganization . | 118 | rdfs:subClassOf ep-org:PersonOrOrganization . |
116 | 119 | ||
117 | ep-org:PersonRole | 120 | ep-org:PersonRole |
118 | rdf:type owl:Class ; | 121 | rdf:type owl:Class ; |
122 | + rdfs:comment "person that is whilst he or she is playing a role"^^xsd:string ; | ||
119 | rdfs:label "person role"^^xsd:string ; | 123 | rdfs:label "person role"^^xsd:string ; |
120 | rdfs:subClassOf ep-org:Person . | 124 | rdfs:subClassOf ep-org:Person . |
121 | 125 | ||
... | @@ -125,15 +129,16 @@ ep-org:PersonRoleType | ... | @@ -125,15 +129,16 @@ ep-org:PersonRoleType |
125 | rdfs:subClassOf owl:Class . | 129 | rdfs:subClassOf owl:Class . |
126 | 130 | ||
127 | ep-org:TotalCrew | 131 | ep-org:TotalCrew |
128 | - rdf:type owl:Class , ep-org:CrewType ; | 132 | + rdf:type ep-org:CrewType , owl:Class ; |
129 | rdfs:comment "all personnel on board"^^xsd:string ; | 133 | rdfs:comment "all personnel on board"^^xsd:string ; |
130 | rdfs:label "total crew"^^xsd:string ; | 134 | rdfs:label "total crew"^^xsd:string ; |
131 | rdfs:subClassOf ep-org:Crew . | 135 | rdfs:subClassOf ep-org:Crew . |
132 | 136 | ||
133 | ep-org:WholeLifePerson | 137 | ep-org:WholeLifePerson |
134 | rdf:type owl:Class ; | 138 | rdf:type owl:Class ; |
139 | + rdfs:comment "person that is for all of its life"^^xsd:string ; | ||
135 | rdfs:label "whole life person"^^xsd:string ; | 140 | rdfs:label "whole life person"^^xsd:string ; |
136 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . | 141 | + rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . |
137 | 142 | ||
138 | ep-org:hasCrew | 143 | ep-org:hasCrew |
139 | rdf:type owl:ObjectProperty ; | 144 | rdf:type owl:ObjectProperty ; |
... | @@ -142,7 +147,7 @@ ep-org:hasCrew | ... | @@ -142,7 +147,7 @@ ep-org:hasCrew |
142 | rdfs:range ep-org:Crew . | 147 | rdfs:range ep-org:Crew . |
143 | 148 | ||
144 | ep-org:numberInCrew | 149 | ep-org:numberInCrew |
145 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 150 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
146 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; | 151 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; |
147 | rdfs:domain ep-org:Crew ; | 152 | rdfs:domain ep-org:Crew ; |
148 | rdfs:label "number in crew"^^xsd:string . | 153 | rdfs:label "number in crew"^^xsd:string . | ... | ... |
-
Please register or login to post a comment