Showing
9 changed files
with
33 additions
and
29 deletions
This diff is collapsed. Click to expand it.
1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type |
2 | +# imports: http://purl.org/dc/elements/1.1/ | ||
2 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
3 | 4 | ||
4 | @prefix dc: <http://purl.org/dc/elements/1.1/> . | 5 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
... | @@ -13,7 +14,7 @@ | ... | @@ -13,7 +14,7 @@ |
13 | 14 | ||
14 | <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> | 15 | <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> |
15 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 17 | + owl:imports dc: , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
17 | owl:versionInfo "0.1.0"^^xsd:string . | 18 | owl:versionInfo "0.1.0"^^xsd:string . |
18 | 19 | ||
19 | ep-drill-eqt-typ:Drillfloor--drawworks | 20 | ep-drill-eqt-typ:Drillfloor--drawworks |
... | @@ -66,6 +67,7 @@ ep-drill-eqt-typ:DrillingEquipment | ... | @@ -66,6 +67,7 @@ ep-drill-eqt-typ:DrillingEquipment |
66 | 67 | ||
67 | ep-drill-eqt-typ:DrillingEquipmentType | 68 | ep-drill-eqt-typ:DrillingEquipmentType |
68 | rdf:type rdfs:Class ; | 69 | rdf:type rdfs:Class ; |
70 | + rdfs:comment "class that consists of subclasses of drilling equipment corresponding to the EquipmentCodeNPD enumeration in the DDR-XSD"^^xsd:string ; | ||
69 | rdfs:label "drilling equipment type"^^xsd:string ; | 71 | rdfs:label "drilling equipment type"^^xsd:string ; |
70 | rdfs:subClassOf owl:Class . | 72 | rdfs:subClassOf owl:Class . |
71 | 73 | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -61,6 +61,7 @@ ep-geo:County | ... | @@ -61,6 +61,7 @@ ep-geo:County |
61 | 61 | ||
62 | ep-geo:DestinationType | 62 | ep-geo:DestinationType |
63 | rdf:type rdfs:Class ; | 63 | rdf:type rdfs:Class ; |
64 | + rdfs:comment "class that consists of the classes defined by the SaleDestinationType enumeration in the MPR-XSD"^^xsd:string ; | ||
64 | rdfs:label "destination type"^^xsd:string ; | 65 | rdfs:label "destination type"^^xsd:string ; |
65 | rdfs:subClassOf owl:Class . | 66 | rdfs:subClassOf owl:Class . |
66 | 67 | ||
... | @@ -111,26 +112,31 @@ ep-geo:Terminal | ... | @@ -111,26 +112,31 @@ ep-geo:Terminal |
111 | 112 | ||
112 | ep-geo:hasAreaName | 113 | ep-geo:hasAreaName |
113 | rdf:type owl:DatatypeProperty ; | 114 | rdf:type owl:DatatypeProperty ; |
115 | + rdfs:comment "area name of an offshore location"^^xsd:string ; | ||
114 | rdfs:domain ep-geo:OffshoreLocation ; | 116 | rdfs:domain ep-geo:OffshoreLocation ; |
115 | rdfs:label "has area name"^^xsd:string . | 117 | rdfs:label "has area name"^^xsd:string . |
116 | 118 | ||
117 | ep-geo:hasNorthSeaAreaName | 119 | ep-geo:hasNorthSeaAreaName |
118 | rdf:type owl:DatatypeProperty ; | 120 | rdf:type owl:DatatypeProperty ; |
121 | + rdfs:comment "North Sea area name of an offshore location"^^xsd:string ; | ||
119 | rdfs:domain ep-geo:OffshoreLocation ; | 122 | rdfs:domain ep-geo:OffshoreLocation ; |
120 | rdfs:label "has North Sea area name"^^xsd:string . | 123 | rdfs:label "has North Sea area name"^^xsd:string . |
121 | 124 | ||
122 | ep-geo:hasNorthSeaBlockSuffixId | 125 | ep-geo:hasNorthSeaBlockSuffixId |
123 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 126 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
127 | + rdfs:comment "North Sea block suffix ID of an offshore location"^^xsd:string ; | ||
124 | rdfs:domain ep-geo:OffshoreLocation ; | 128 | rdfs:domain ep-geo:OffshoreLocation ; |
125 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 129 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
126 | 130 | ||
127 | ep-geo:hasNorthSeaQuadrantId | 131 | ep-geo:hasNorthSeaQuadrantId |
128 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 132 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
133 | + rdfs:comment "North Sea quadrant ID of an offshore location"^^xsd:string ; | ||
129 | rdfs:domain ep-geo:OffshoreLocation ; | 134 | rdfs:domain ep-geo:OffshoreLocation ; |
130 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 135 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
131 | 136 | ||
132 | ep-geo:hasOffshoreLocationComment | 137 | ep-geo:hasOffshoreLocationComment |
133 | rdf:type owl:DatatypeProperty ; | 138 | rdf:type owl:DatatypeProperty ; |
139 | + rdfs:comment "comment that is about an offshore location"^^xsd:string ; | ||
134 | rdfs:domain ep-geo:OffshoreLocation ; | 140 | rdfs:domain ep-geo:OffshoreLocation ; |
135 | rdfs:label "has offshore location comment"^^xsd:string . | 141 | rdfs:label "has offshore location comment"^^xsd:string . |
136 | 142 | ... | ... |
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,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-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 | ||
... | @@ -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:PersonOrOrganization-WholeLife , ep-org:Organization . | 99 | + rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . |
100 | 100 | ||
101 | ep-org:Person | 101 | ep-org:Person |
102 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
... | @@ -125,11 +125,12 @@ ep-org:PersonRole | ... | @@ -125,11 +125,12 @@ ep-org:PersonRole |
125 | 125 | ||
126 | ep-org:PersonRoleType | 126 | ep-org:PersonRoleType |
127 | rdf:type rdfs:Class ; | 127 | rdf:type rdfs:Class ; |
128 | + rdfs:comment "class that consists of subclasses of person role"^^xsd:string ; | ||
128 | rdfs:label "person role type"^^xsd:string ; | 129 | rdfs:label "person role type"^^xsd:string ; |
129 | rdfs:subClassOf owl:Class . | 130 | rdfs:subClassOf owl:Class . |
130 | 131 | ||
131 | ep-org:TotalCrew | 132 | ep-org:TotalCrew |
132 | - rdf:type owl:Class , ep-org:CrewType ; | 133 | + rdf:type ep-org:CrewType , owl:Class ; |
133 | rdfs:comment "all personnel on board"^^xsd:string ; | 134 | rdfs:comment "all personnel on board"^^xsd:string ; |
134 | rdfs:label "total crew"^^xsd:string ; | 135 | rdfs:label "total crew"^^xsd:string ; |
135 | rdfs:subClassOf ep-org:Crew . | 136 | rdfs:subClassOf ep-org:Crew . |
... | @@ -138,7 +139,7 @@ ep-org:WholeLifePerson | ... | @@ -138,7 +139,7 @@ ep-org:WholeLifePerson |
138 | rdf:type owl:Class ; | 139 | rdf:type owl:Class ; |
139 | rdfs:comment "person that is for all of its life"^^xsd:string ; | 140 | rdfs:comment "person that is for all of its life"^^xsd:string ; |
140 | rdfs:label "whole life person"^^xsd:string ; | 141 | rdfs:label "whole life person"^^xsd:string ; |
141 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . | 142 | + rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . |
142 | 143 | ||
143 | ep-org:hasCrew | 144 | ep-org:hasCrew |
144 | rdf:type owl:ObjectProperty ; | 145 | rdf:type owl:ObjectProperty ; |
... | @@ -148,7 +149,7 @@ ep-org:hasCrew | ... | @@ -148,7 +149,7 @@ ep-org:hasCrew |
148 | rdfs:range ep-org:Crew . | 149 | rdfs:range ep-org:Crew . |
149 | 150 | ||
150 | ep-org:numberInCrew | 151 | ep-org:numberInCrew |
151 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 152 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
152 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; | 153 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; |
153 | rdfs:domain ep-org:Crew ; | 154 | rdfs:domain ep-org:Crew ; |
154 | rdfs:label "number in crew"^^xsd:string . | 155 | rdfs:label "number in crew"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
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/production-well> , <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> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
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/equipment#Compressor> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> |
... | @@ -73,56 +73,56 @@ | ... | @@ -73,56 +73,56 @@ |
73 | rdf:type ep-prodfac:ReportingFacilityType . | 73 | rdf:type ep-prodfac:ReportingFacilityType . |
74 | 74 | ||
75 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> | 75 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> |
76 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 76 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
77 | rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; | 77 | rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; |
78 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 78 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
79 | rdfs:label "average highest third wave height"^^xsd:string ; | 79 | rdfs:label "average highest third wave height"^^xsd:string ; |
80 | rdfs:range ep-core:Length . | 80 | rdfs:range ep-core:Length . |
81 | 81 | ||
82 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> | 82 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> |
83 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 83 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
84 | rdfs:comment "length that is the average height of surface waves"^^xsd:string ; | 84 | rdfs:comment "length that is the average height of surface waves"^^xsd:string ; |
85 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 85 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
86 | rdfs:label "average wave height"^^xsd:string ; | 86 | rdfs:label "average wave height"^^xsd:string ; |
87 | rdfs:range ep-core:Length . | 87 | rdfs:range ep-core:Length . |
88 | 88 | ||
89 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> | 89 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> |
90 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 90 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
91 | rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; | 91 | rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; |
92 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | 92 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
93 | rdfs:label "cloud ceiling height"^^xsd:string ; | 93 | rdfs:label "cloud ceiling height"^^xsd:string ; |
94 | rdfs:range ep-core:Length . | 94 | rdfs:range ep-core:Length . |
95 | 95 | ||
96 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 96 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
97 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 97 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
98 | rdfs:comment "organization that operates a facility"^^xsd:string ; | 98 | rdfs:comment "organization that operates a facility"^^xsd:string ; |
99 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 99 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
100 | rdfs:label "facility operator"^^xsd:string ; | 100 | rdfs:label "facility operator"^^xsd:string ; |
101 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 101 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
102 | 102 | ||
103 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> | 103 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> |
104 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 104 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
105 | rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; | 105 | rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; |
106 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 106 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
107 | rdfs:label "maximum wave height"^^xsd:string ; | 107 | rdfs:label "maximum wave height"^^xsd:string ; |
108 | rdfs:range ep-core:Length . | 108 | rdfs:range ep-core:Length . |
109 | 109 | ||
110 | <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> | 110 | <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> |
111 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 111 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
112 | rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; | 112 | rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; |
113 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 113 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
114 | rdfs:label "period"^^xsd:string ; | 114 | rdfs:label "period"^^xsd:string ; |
115 | rdfs:range ep-core:TimeDuration . | 115 | rdfs:range ep-core:TimeDuration . |
116 | 116 | ||
117 | <http://www.reportinghub.no/ep/schema/facility#visibility> | 117 | <http://www.reportinghub.no/ep/schema/facility#visibility> |
118 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 118 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
119 | rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; | 119 | rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; |
120 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 120 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
121 | rdfs:label "visibility"^^xsd:string ; | 121 | rdfs:label "visibility"^^xsd:string ; |
122 | rdfs:range ep-core:Length . | 122 | rdfs:range ep-core:Length . |
123 | 123 | ||
124 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> | 124 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> |
125 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 125 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
126 | rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; | 126 | rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; |
127 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 127 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
128 | rdfs:label "wind chill temperature"^^xsd:string ; | 128 | rdfs:label "wind chill temperature"^^xsd:string ; |
... | @@ -242,13 +242,8 @@ ep-prodfac:numberOfBedsAvailable | ... | @@ -242,13 +242,8 @@ ep-prodfac:numberOfBedsAvailable |
242 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 242 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
243 | rdfs:range xsd:integer . | 243 | rdfs:range xsd:integer . |
244 | 244 | ||
245 | -ep-prodfac:numberOfOtherCrew | ||
246 | - rdf:type owl:DatatypeProperty ; | ||
247 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
248 | - rdfs:range xsd:integer . | ||
249 | - | ||
250 | ep-prodfac:operatingTime | 245 | ep-prodfac:operatingTime |
251 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 246 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
252 | rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; | 247 | rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; |
253 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 248 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
254 | rdfs:label "operating time"^^xsd:string ; | 249 | rdfs:label "operating time"^^xsd:string ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment