Trinh H. Nguyen

added ELH reference

Showing 1 changed file with 1409 additions and 0 deletions
1 +@prefix ilap: <http://data.posccaesar.org/ilap/> .
2 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
3 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
5 +@prefix dm: <http://data.posccaesar.org/dm/> .
6 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 +@prefix rdl: <http://data.posccaesar.org/rdl/> .
8 +
9 +dm:participantIn a rdl:ELHObjectProperty .
10 +
11 +dm:hasSuccessor a rdl:ELHObjectProperty .
12 +
13 +rdl:isCurrentScheduleOf
14 + a rdl:ELHObjectProperty , owl:ObjectProperty ;
15 + rdfs:domain rdl:ScheduleForActivityInPlan ;
16 + rdfs:label "is current schedule of"^^xsd:string ;
17 + rdfs:range rdl:PlanForActivity ;
18 + rdl:defaultRdsId "R-d62feb46-4783-4a0f-935e-f6fe72189641" ;
19 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
20 + rdl:hasDefinition "The Plan For Activity has a current schedule which is a Schedule For Activity" ;
21 + rdl:hasIdPCA "R-d62feb46-4783-4a0f-935e-f6fe72189641" .
22 +
23 +rdl:externalIdentifier
24 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
25 + rdfs:domain dm:Activity ;
26 + rdfs:label "external identifier"^^xsd:string ;
27 + rdfs:range xsd:string ;
28 + rdl:defaultRdsId "R-684b32ac-478d-4e4b-8f30-cd65e3c39c96" ;
29 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
30 + rdl:hasDefinition "The string that specifies an External Identifier - for future alignment, not used for now" ;
31 + rdl:hasIdPCA "R-684b32ac-478d-4e4b-8f30-cd65e3c39c96" .
32 +
33 +rdl:hasLength a rdl:ELHObjectProperty , owl:ObjectProperty ;
34 + rdfs:domain rdl:CargoCarryingUnit ;
35 + rdfs:label "has length"^^xsd:string ;
36 + rdfs:range rdl:RDS373094 ;
37 + rdl:defaultRdsId "R-3cafe201-e739-4ab4-96c9-c9169de4b03c" ;
38 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
39 + rdl:hasDefinition "The Length is the length of the Temporal Part Of The Cargo Carrying Unit" ;
40 + rdl:hasIdPCA "R-3cafe201-e739-4ab4-96c9-c9169de4b03c" .
41 +
42 +rdl:ScheduleForActivityInPlan
43 + a rdl:ELHClass , owl:Class ;
44 + rdfs:label "Schedule For Activity"^^xsd:string ;
45 + rdfs:subClassOf rdl:PlanForActivity .
46 +
47 +rdl:eventOrgCreationDate
48 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
49 + rdfs:domain rdl:CargoCarryingUnitEvent ;
50 + rdfs:label "event org creation date"^^xsd:string ;
51 + rdfs:range xsd:dateTime ;
52 + rdl:defaultRdsId "R-bcf7106c-a648-4345-87a4-783ed363aaa7" ;
53 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
54 + rdl:hasDefinition "The date and time that specifies creation date in the EPCIS event sent from the organization" ;
55 + rdl:hasIdPCA "R-bcf7106c-a648-4345-87a4-783ed363aaa7" .
56 +
57 +rdl:ReeferContainer a owl:Class , rdl:ELHClass ;
58 + rdfs:label "reefer container"^^xsd:string ;
59 + rdfs:subClassOf rdl:RDS22164402880 ;
60 + rdl:defaultRdsId "R-fb96df04-4825-4ddc-9363-724d91f6ee16" ;
61 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
62 + rdl:hasDefinition "A Reefer Container is a Freight Container that is intended to store materials that require refrigeration or freezing" ;
63 + rdl:hasIdPCA "R-fb96df04-4825-4ddc-9363-724d91f6ee16" ;
64 + owl:disjointWith rdl:LaundryContainer , rdl:IBCCarrier , rdl:StandardContainer , rdl:SpecialContainer , rdl:MiniContainer , rdl:GasRack , rdl:OpenTopContainer , rdl:FoodContainer .
65 +
66 +rdl:RDS221644028121 a rdl:ELHClass .
67 +
68 +rdl:Location a rdl:ELHClass , owl:Class ;
69 + rdfs:label "location"^^xsd:string ;
70 + rdfs:subClassOf rdl:PartOfTheSurfaceOfTheEarth ;
71 + rdfs:subClassOf [ a owl:Restriction ;
72 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
73 + owl:onProperty rdl:hasLocation
74 + ] ;
75 + rdl:defaultRdsId "R-e3de86fa-a26b-4e12-8df2-144cf6206dd6" ;
76 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
77 + rdl:hasDefinition "A Location is a Possible Individual that has continuity of relative position" ;
78 + rdl:hasIdPCA "R-e3de86fa-a26b-4e12-8df2-144cf6206dd6" .
79 +
80 +rdl:bronnOrgName a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
81 + rdfs:domain dm:Organization ;
82 + rdfs:label "bronn org name"^^xsd:string ;
83 + rdfs:range xsd:string ;
84 + rdl:defaultRdsId "R-96a26c83-c80a-478a-9dda-ad1add7ad568" ;
85 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
86 + rdl:hasDefinition "The string that specifies the name of an Organization as it appears in Brønnøysund Business Register (BBR)" ;
87 + rdl:hasIdPCA "R-96a26c83-c80a-478a-9dda-ad1add7ad568" .
88 +
89 +rdl:PackingEvent a owl:Class , rdl:ELHClass ;
90 + rdfs:label "packing event"^^xsd:string ;
91 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
92 + rdfs:subClassOf [ a owl:Restriction ;
93 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
94 + owl:onProperty rdl:eventOrgCreationDate
95 + ] ;
96 + rdfs:subClassOf [ a owl:Restriction ;
97 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
98 + owl:onProperty rdl:eventElhDate
99 + ] ;
100 + rdl:defaultRdsId "R-755acd66-8036-4f3d-928b-611f15510354" ;
101 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
102 + rdl:hasDefinition "A Packing Event is a Cargo Carrying Unit Event that includes putting a product (individuals, inners, cases, pallets) into a larger container – usually for shipping. Aggregation of one unit to another typically occurs at this point" ;
103 + rdl:hasIdPCA "R-755acd66-8036-4f3d-928b-611f15510354" ;
104 + owl:disjointWith rdl:DepartingEvent , rdl:ArrivingEvent , rdl:HireEndEvent , rdl:LoadingEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent , rdl:HireStartEvent , rdl:InspectingEvent .
105 +
106 +dm:occurrenceHasPart a rdl:ELHObjectProperty .
107 +
108 +rdl:useFacility a rdl:ELHObjectProperty , owl:ObjectProperty ;
109 + rdfs:domain rdl:OffshoreLocation ;
110 + rdfs:label "use facility"^^xsd:string ;
111 + rdfs:range rdl:RDS1750613511 ;
112 + rdl:defaultRdsId "R-f4168c8e-118f-4d22-a483-7a5cad801293" ;
113 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
114 + rdl:hasDefinition "The Facility (NPD facts for a fixed or moveable facility) is used by an Offshore Location where events take place" ;
115 + rdl:hasIdPCA "R-f4168c8e-118f-4d22-a483-7a5cad801293" .
116 +
117 +rdl:HireEndEvent a rdl:ELHClass , owl:Class ;
118 + rdfs:label "hire end event"^^xsd:string ;
119 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
120 + rdl:defaultRdsId "R-29ea0d8d-9bb0-40df-b0ac-5b4356c6fade" ;
121 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
122 + rdl:hasDefinition "A Hire End Event is a Cargo Carrying Unit Event that ends a Hire Activity" ;
123 + rdl:hasIdPCA "R-29ea0d8d-9bb0-40df-b0ac-5b4356c6fade" ;
124 + owl:disjointWith rdl:ArrivingEvent , rdl:HireStartEvent , rdl:InspectingEvent , rdl:InternalMovingEvent , rdl:PackingEvent , rdl:UnloadingEvent , rdl:LoadingEvent , rdl:DepartingEvent .
125 +
126 +dm:hasPart a rdl:ELHObjectProperty .
127 +
128 +rdl:hasMaxGrossWeight
129 + a owl:ObjectProperty , rdl:ELHObjectProperty ;
130 + rdfs:domain rdl:CargoCarryingUnit ;
131 + rdfs:label "has max gross weight"^^xsd:string ;
132 + rdfs:range rdl:RDS353339 ;
133 + rdl:defaultRdsId "R-6cc1619f-11e0-4b27-899f-5508087b349b" ;
134 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
135 + rdl:hasDefinition "The Mass is the Max Gross Weight of the Temporal part of the Cargo Carrying Unit" ;
136 + rdl:hasIdPCA "R-6cc1619f-11e0-4b27-899f-5508087b349b" .
137 +
138 +rdl:ImoCertificate a rdl:ELHClass , owl:Class ;
139 + rdfs:label "imo certificate"^^xsd:string ;
140 + rdfs:subClassOf rdl:RDS331829 ;
141 + rdl:defaultRdsId "R-8e003c01-e2fb-4988-8a74-d95b62c26663" ;
142 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
143 + rdl:hasDefinition "An Imo Certificate is a Certificate issued by the International Maritime Organization (IMO)" ;
144 + rdl:hasIdPCA "R-8e003c01-e2fb-4988-8a74-d95b62c26663" .
145 +
146 +rdl:gs1PostOffice a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
147 + rdfs:domain rdl:GLNLocation ;
148 + rdfs:label "gs1 post office"^^xsd:string ;
149 + rdfs:range xsd:string ;
150 + rdl:defaultRdsId "R-1570cf9e-dcee-4dd7-b6ee-d829b5268b71" ;
151 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
152 + rdl:hasDefinition "The string that specifies the Post Office in the GS1 database " ;
153 + rdl:hasIdPCA "R-1570cf9e-dcee-4dd7-b6ee-d829b5268b71" .
154 +
155 +rdl:id a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
156 + rdfs:domain owl:Thing ;
157 + rdfs:label "id"^^xsd:string ;
158 + rdfs:range xsd:string ;
159 + rdl:defaultRdsId "R-55cfed75-5526-45f6-8d9c-00ffc6772c12" ;
160 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
161 + rdl:hasDefinition "The string that specifies the ELH identifier of a Thing" ;
162 + rdl:hasIdPCA "R-55cfed75-5526-45f6-8d9c-00ffc6772c12" .
163 +
164 +rdl:hasCertificate a owl:ObjectProperty , rdl:ELHObjectProperty ;
165 + rdfs:domain rdl:CargoCarryingUnit ;
166 + rdfs:label "has certificate"^^xsd:string ;
167 + rdfs:range rdl:RDS331829 ;
168 + rdl:defaultRdsId "R-e710b2b1-28ed-436a-a9fb-1d2b3700b693" ;
169 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
170 + rdl:hasDefinition "The Certificate that is issued for a Temporal Part Of Cargo Carrying Unit" ;
171 + rdl:hasIdPCA "R-e710b2b1-28ed-436a-a9fb-1d2b3700b693" .
172 +
173 +ilap:planFor a rdl:ELHObjectProperty .
174 +
175 +rdl:StandardBasket a owl:Class , rdl:ELHClass ;
176 + rdfs:label "standard basket"^^xsd:string ;
177 + rdfs:subClassOf rdl:RDS13621366 ;
178 + rdl:defaultRdsId "R-8413bd57-6fdf-4cf1-be61-167be30fc269" ;
179 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
180 + rdl:hasDefinition "A Standard Basket is a Basket that has standard height" ;
181 + rdl:hasIdPCA "R-8413bd57-6fdf-4cf1-be61-167be30fc269" ;
182 + owl:disjointWith rdl:SpecialBasket , rdl:ToolboxBasket , rdl:HeavyLiftBasket , rdl:SideDoorBasket , rdl:HalfHighBasket .
183 +
184 +rdl:resourceLocation a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
185 + rdfs:domain rdl:DocumentRepresentation ;
186 + rdfs:label "resource location"^^xsd:string ;
187 + rdfs:range xsd:string ;
188 + rdl:defaultRdsId "R-28d74f5c-9369-425e-8a4a-d69f52eac7c7" ;
189 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
190 + rdl:hasDefinition "The string that specifies the describes the location of a resource, such as the url of a document" ;
191 + rdl:hasIdPCA "R-28d74f5c-9369-425e-8a4a-d69f52eac7c7" .
192 +
193 +rdl:OffshoreLocation a rdl:ELHClass , owl:Class ;
194 + rdfs:label "offshore location"^^xsd:string ;
195 + rdfs:subClassOf rdl:Location ;
196 + rdl:defaultRdsId "R-79b23f30-3a88-45e0-8464-874a0b2fddea" ;
197 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
198 + rdl:hasDefinition "An Offshore Location is a Location that is a position located away from the shore (EPCIS bizLocation identifies an onshore CCU's location subsequent to the event to be the NPD Id Facts) " ;
199 + rdl:hasIdPCA "R-79b23f30-3a88-45e0-8464-874a0b2fddea" .
200 +
201 +rdl:StandardContainer
202 + a owl:Class , rdl:ELHClass ;
203 + rdfs:label "standard container"^^xsd:string ;
204 + rdfs:subClassOf rdl:RDS22164402880 ;
205 + rdl:defaultRdsId "R-5e2b6072-470d-4dda-b7c9-2b5fe46368ea" ;
206 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
207 + rdl:hasDefinition "A Standard Container is a Freight Container that has standard dimensions" ;
208 + rdl:hasIdPCA "R-5e2b6072-470d-4dda-b7c9-2b5fe46368ea" ;
209 + owl:disjointWith rdl:LaundryContainer , rdl:GasRack , rdl:MiniContainer , rdl:OpenTopContainer , rdl:FoodContainer , rdl:SpecialContainer , rdl:ReeferContainer , rdl:IBCCarrier .
210 +
211 +rdl:RemainingElectricalEnergy
212 + a rdl:ELHClass , owl:Class , dm:QuantityKind ;
213 + rdfs:label "remaining electrical energy"^^xsd:string ;
214 + rdfs:subClassOf rdl:RDS368999 ;
215 + rdl:defaultRdsId "R-094418fe-3e52-4b96-9107-74ca4b12a00d" ;
216 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
217 + rdl:hasDefinition "remaining energy per whole energy capability" ;
218 + rdl:hasIdPCA "R-094418fe-3e52-4b96-9107-74ca4b12a00d" .
219 +
220 +rdl:gs1DateChanged a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
221 + rdfs:domain rdl:GLNLocation ;
222 + rdfs:label "gs1 date changed"^^xsd:string ;
223 + rdfs:range xsd:dateTime ;
224 + rdl:defaultRdsId "R-b4f56f07-6363-4b3a-88b2-cde56c9d0158" ;
225 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
226 + rdl:hasDefinition "The date and time that the GLN location was changed in the GS1 Database" ;
227 + rdl:hasIdPCA "R-b4f56f07-6363-4b3a-88b2-cde56c9d0158" .
228 +
229 +rdl:UnloadingEvent a rdl:ELHClass , owl:Class ;
230 + rdfs:label "unloading event"^^xsd:string ;
231 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
232 + rdfs:subClassOf [ a owl:Restriction ;
233 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
234 + owl:onProperty rdl:eventElhDate
235 + ] ;
236 + rdfs:subClassOf [ a owl:Restriction ;
237 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
238 + owl:onProperty rdl:eventOrgCreationDate
239 + ] ;
240 + rdl:defaultRdsId "R-79f34e48-a5fd-404b-b06c-2123a31199c7" ;
241 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
242 + rdl:hasDefinition "An Unloading Event is a Cargo Carrying Unit Event that involves an object (i.e. product, shipment, asset, or container) being unloaded from shipping conveyance" ;
243 + rdl:hasIdPCA "R-79f34e48-a5fd-404b-b06c-2123a31199c7" ;
244 + owl:disjointWith rdl:HireEndEvent , rdl:InspectingEvent , rdl:InternalMovingEvent , rdl:HireStartEvent , rdl:DepartingEvent , rdl:ArrivingEvent , rdl:PackingEvent , rdl:LoadingEvent .
245 +
246 +rdl:transporterLocatedAt
247 + a owl:ObjectProperty , rdl:ELHObjectProperty ;
248 + rdfs:domain dm:Activity ;
249 + rdfs:label "transporter located at"^^xsd:string ;
250 + rdfs:range rdl:PartOfTheSurfaceOfTheEarth ;
251 + rdl:defaultRdsId "R-d535e4fb-503a-497e-9efe-1cb7cc2a3b4a" ;
252 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
253 + rdl:hasDefinition "The Part Of The Surface Of The Earth that is the location of the transporter performing the Activity" ;
254 + rdl:hasIdPCA "R-d535e4fb-503a-497e-9efe-1cb7cc2a3b4a" .
255 +
256 +rdl:gs1Phone a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
257 + rdfs:domain rdl:GLNLocation ;
258 + rdfs:label "gs1 phone"^^xsd:string ;
259 + rdfs:range xsd:string ;
260 + rdl:defaultRdsId "R-b7e6f5cf-360f-4a60-8efe-23059ba32398" ;
261 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
262 + rdl:hasDefinition "The string that specifies the Phone of location as described in the GS1 Database" ;
263 + rdl:hasIdPCA "R-b7e6f5cf-360f-4a60-8efe-23059ba32398" .
264 +
265 +rdl:JetFuelTank a rdl:ELHClass , owl:Class ;
266 + rdfs:label "jet fuel tank"^^xsd:string ;
267 + rdfs:subClassOf rdl:RDS445139 ;
268 + rdl:defaultRdsId "R-9fd2418d-d0d2-40d2-892a-8d9013891944" ;
269 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
270 + rdl:hasDefinition "A Jet Fuel Tank is a Tank that is used to transport and store jet fuel" ;
271 + rdl:hasIdPCA "R-9fd2418d-d0d2-40d2-892a-8d9013891944" ;
272 + owl:disjointWith rdl:CryogenicTank , rdl:ChemicalTank , rdl:LinedTank , rdl:HeatedTank .
273 +
274 +rdl:InternalMovingEvent
275 + a rdl:ELHClass , owl:Class ;
276 + rdfs:label "internal moving event"^^xsd:string ;
277 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
278 + rdfs:subClassOf [ a owl:Restriction ;
279 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
280 + owl:onProperty rdl:eventElhDate
281 + ] ;
282 + rdfs:subClassOf [ a owl:Restriction ;
283 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
284 + owl:onProperty rdl:eventOrgCreationDate
285 + ] ;
286 + rdl:defaultRdsId "R-5f30a262-3461-4a0d-9841-c920139af11b" ;
287 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
288 + rdl:hasDefinition "A Moving Event is a Cargo Carrying Unit Event that involves ad hoc movement of CCUs inside an organization" ;
289 + rdl:hasIdPCA "R-5f30a262-3461-4a0d-9841-c920139af11b" ;
290 + owl:disjointWith rdl:ArrivingEvent , rdl:InspectingEvent , rdl:HireEndEvent , rdl:HireStartEvent , rdl:UnloadingEvent , rdl:DepartingEvent , rdl:PackingEvent , rdl:LoadingEvent .
291 +
292 +rdl:WasteBinCarrier a rdl:ELHClass , owl:Class ;
293 + rdfs:label "waste bin carrier"^^xsd:string ;
294 + rdfs:subClassOf rdl:WasteHandlingUnit ;
295 + rdl:defaultRdsId "R-df888ed5-3126-42b4-8d9e-d89833e83b29" ;
296 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
297 + rdl:hasDefinition "A Waste Bin Carrier is a Waste Handling Unit that is for putting in and temporarily storing waste" ;
298 + rdl:hasIdPCA "R-df888ed5-3126-42b4-8d9e-d89833e83b29" ;
299 + owl:disjointWith rdl:RDS2184647721 , rdl:WasteSkip .
300 +
301 +rdl:DocumentRepresentationFormat
302 + a owl:Class , rdl:ELHClass ;
303 + rdfs:label "document representation format"^^xsd:string ;
304 + rdfs:subClassOf dm:RepresentationFormat ;
305 + rdl:defaultRdsId "R-285d70c5-def9-4ff6-97cf-a7c3c31e1fb4" ;
306 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
307 + rdl:hasDefinition "A Document Representation Format is a class that consists of subclasses of the different document formats and whose instances are class_of_information_representation that define the content and/or structure of documents" ;
308 + rdl:hasIdPCA "R-285d70c5-def9-4ff6-97cf-a7c3c31e1fb4" .
309 +
310 +dm:ClassOfIndividual a rdl:ELHClass , owl:Class ;
311 + rdfs:label "Class Of Individual"^^xsd:string ;
312 + rdfs:subClassOf owl:Class ;
313 + rdl:defaultRdsId "R-ecf85d0a-6ac7-4405-9df7-8587b58c62ef" ;
314 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
315 + rdl:hasIdPCA "R-ecf85d0a-6ac7-4405-9df7-8587b58c62ef" .
316 +
317 +rdl:WasteSkip a rdl:ELHClass , owl:Class ;
318 + rdfs:label "waste skip"^^xsd:string ;
319 + rdfs:subClassOf rdl:WasteHandlingUnit ;
320 + rdl:defaultRdsId "R-066dd795-b30a-41f3-b973-ef12b8e47fda" ;
321 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
322 + rdl:hasDefinition "A Waste Skip is a Waste Handling Unit that is open or closed and used for the storage and removal of waste" ;
323 + rdl:hasIdPCA "R-066dd795-b30a-41f3-b973-ef12b8e47fda" ;
324 + owl:disjointWith rdl:RDS2184647721 , rdl:WasteBinCarrier .
325 +
326 +rdl:RDS445139 a rdl:ELHClass ;
327 + owl:disjointWith rdl:RDS13621366 , rdl:WasteHandlingUnit , rdl:RDS22164402880 .
328 +
329 +rdl:DepartingEvent a owl:Class , rdl:ELHClass ;
330 + rdfs:label "departing event"^^xsd:string ;
331 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
332 + rdfs:subClassOf [ a owl:Restriction ;
333 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
334 + owl:onProperty rdl:eventElhDate
335 + ] ;
336 + rdfs:subClassOf [ a owl:Restriction ;
337 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
338 + owl:onProperty rdl:eventOrgCreationDate
339 + ] ;
340 + rdl:defaultRdsId "R-13859ab0-259c-4fce-aef7-a23b50b9bbe5" ;
341 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
342 + rdl:hasDefinition "A Departing Event is a Cargo Carrying Unit Event that involves a shipment leaving a location on its way to a destination" ;
343 + rdl:hasIdPCA "R-13859ab0-259c-4fce-aef7-a23b50b9bbe5" ;
344 + owl:disjointWith rdl:PackingEvent , rdl:HireEndEvent , rdl:LoadingEvent , rdl:InspectingEvent , rdl:HireStartEvent , rdl:ArrivingEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent .
345 +
346 +rdl:WasteHandlingUnit
347 + a rdl:ELHClass , owl:Class ;
348 + rdfs:label "waste handling unit"^^xsd:string ;
349 + rdfs:subClassOf rdl:CargoCarryingUnit ;
350 + rdl:defaultRdsId "R-6fad4418-fb3f-4c3a-b654-da64334947ed" ;
351 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
352 + rdl:hasDefinition "A Waste Handling Unit is a Cargo Carrying Unit that is intended for waste storage and transport (in logistic hub this is also a subclass of Temporary Part Of Cargo Carrying Unit)" ;
353 + rdl:hasIdPCA "R-6fad4418-fb3f-4c3a-b654-da64334947ed" ;
354 + owl:disjointWith rdl:RDS445139 , rdl:RDS13621366 , rdl:RDS22164402880 .
355 +
356 +rdl:hasBatteryCharge a rdl:ELHObjectProperty , owl:ObjectProperty ;
357 + rdfs:domain rdl:CargoCarryingUnit ;
358 + rdfs:label "has battery charge"^^xsd:string ;
359 + rdfs:range rdl:RemainingElectricalEnergy ;
360 + rdl:defaultRdsId "R-755d65b3-8911-4625-8066-e17f4ccb21d7" ;
361 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
362 + rdl:hasDefinition "The Remaining Electrical Charge that has been observed at a specific time for a Temporal Part Of Cargo Carrying Unit" ;
363 + rdl:hasIdPCA "R-755d65b3-8911-4625-8066-e17f4ccb21d7" .
364 +
365 +rdl:hasR002Compliance
366 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
367 + rdfs:domain rdl:CargoCarryingUnit ;
368 + rdfs:label "has r002 compliance"^^xsd:string ;
369 + rdfs:range xsd:boolean ;
370 + rdl:defaultRdsId "R-e910cd72-b32c-4fd8-8880-e1dcc2f0ad3f" ;
371 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
372 + rdl:hasDefinition "The boolean that indicates whether a container is R002 compliance" ;
373 + rdl:hasIdPCA "R-e910cd72-b32c-4fd8-8880-e1dcc2f0ad3f" .
374 +
375 +rdl:OnshoreLocation a owl:Class , rdl:ELHClass ;
376 + rdfs:label "onshore location"^^xsd:string ;
377 + rdfs:subClassOf rdl:Location ;
378 + rdfs:subClassOf [ a owl:Restriction ;
379 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
380 + owl:onProperty rdl:gs1GlobalLocationNumber
381 + ] ;
382 + rdl:defaultRdsId "R-c2205888-9bf0-429f-a1f9-cb27c5c8c7e2" ;
383 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
384 + rdl:hasDefinition "An Onshore Location is a Location that is a position located on land (EPCIS bizLocation identifies an onshore CCU's location subsequent to the event to be the Global Location Number) " ;
385 + rdl:hasIdPCA "R-c2205888-9bf0-429f-a1f9-cb27c5c8c7e2" .
386 +
387 +rdl:performs a rdl:ELHObjectProperty , owl:ObjectProperty ;
388 + rdfs:domain rdl:Organization ;
389 + rdfs:label "performs"^^xsd:string ;
390 + rdfs:range dm:PossibleIndividual ;
391 + rdl:defaultRdsId "R-ed4e2d70-0995-414c-9dab-97260e4fd710" ;
392 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
393 + rdl:hasDefinition "The Activity is performed by a temporal part of an organization in the context of an event" ;
394 + rdl:hasIdPCA "R-ed4e2d70-0995-414c-9dab-97260e4fd710" .
395 +
396 +rdl:isEndingOf a rdl:ELHObjectProperty , owl:ObjectProperty ;
397 + rdfs:domain rdl:CargoCarryingUnitEvent ;
398 + rdfs:label "is ending of"^^xsd:string ;
399 + rdfs:range dm:PossibleIndividual ;
400 + rdl:defaultRdsId "R-ae3bf847-38ac-4c16-8c94-96f65a618b46" ;
401 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
402 + rdl:hasDefinition "The Cargo Carrying Unit or Activity has an ending caused by a Cargo Carrying Unit Event" ;
403 + rdl:hasIdPCA "R-ae3bf847-38ac-4c16-8c94-96f65a618b46" .
404 +
405 +rdl:CryogenicTank a owl:Class , rdl:ELHClass ;
406 + rdfs:label "cryogenic tank"^^xsd:string ;
407 + rdfs:subClassOf rdl:RDS445139 ;
408 + rdl:defaultRdsId "R-a2685f69-b709-4510-b5a1-347effddd8fb" ;
409 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
410 + rdl:hasDefinition "A Cryogenic Tank is a Tank that is used to transport and store frozen biological material" ;
411 + rdl:hasIdPCA "R-a2685f69-b709-4510-b5a1-347effddd8fb" ;
412 + owl:disjointWith rdl:LinedTank , rdl:ChemicalTank , rdl:HeatedTank , rdl:JetFuelTank .
413 +
414 +rdl:eventSubmitterOrganization
415 + a owl:ObjectProperty , rdl:ELHObjectProperty ;
416 + rdfs:domain rdl:CargoCarryingUnitEvent ;
417 + rdfs:label "event submitter organization"^^xsd:string ;
418 + rdfs:range dm:Organization ;
419 + rdl:defaultRdsId "R-6fb88c92-d046-43ab-b534-9167519783c7" ;
420 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
421 + rdl:hasDefinition "The Organization submits the CargoCarryingUnitEvent to ELH. Note that this is not part of the EPCIS schema event" ;
422 + rdl:hasIdPCA "R-6fb88c92-d046-43ab-b534-9167519783c7" .
423 +
424 +rdl:hasWidth a rdl:ELHObjectProperty , owl:ObjectProperty ;
425 + rdfs:domain rdl:CargoCarryingUnit ;
426 + rdfs:label "has width"^^xsd:string ;
427 + rdfs:range rdl:RDS373094 ;
428 + rdl:defaultRdsId "R-8de34252-a794-41e9-bf8e-bf9318e0793d" ;
429 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
430 + rdl:hasDefinition "The Length is the width of the Temporal Part Of The Cargo Carrying Unit" ;
431 + rdl:hasIdPCA "R-8de34252-a794-41e9-bf8e-bf9318e0793d" .
432 +
433 +rdl:hasLocation a owl:ObjectProperty , rdl:ELHObjectProperty ;
434 + rdfs:domain rdl:Location ;
435 + rdfs:label "has location"^^xsd:string ;
436 + rdfs:range rdl:GLNLocation ;
437 + rdl:defaultRdsId "R-f440d9b9-b797-47cd-9c98-0206b0eec970" ;
438 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
439 + rdl:hasDefinition "The Facility (GLN Location or NPD Facility) has a Location" ;
440 + rdl:hasIdPCA "R-f440d9b9-b797-47cd-9c98-0206b0eec970" .
441 +
442 +rdl:gs1AdditionalPartyId
443 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
444 + rdfs:domain rdl:GLNLocation ;
445 + rdfs:label "gs1 additional party id"^^xsd:string ;
446 + rdfs:range xsd:string ;
447 + rdl:defaultRdsId "R-28575443-7785-4113-b6de-8c2600d1d888" ;
448 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
449 + rdl:hasDefinition "The string that specifies additional GLN location for an organization in the GS1 database" ;
450 + rdl:hasIdPCA "R-28575443-7785-4113-b6de-8c2600d1d888" .
451 +
452 +rdl:CargoCarryingUnit
453 + a owl:Class , rdl:ELHClass ;
454 + rdfs:label "cargo carrying unit"^^xsd:string ;
455 + rdfs:subClassOf dm:PhysicalObject ;
456 + rdfs:subClassOf [ a owl:Restriction ;
457 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
458 + owl:onProperty rdl:hasR002Compliance
459 + ] ;
460 + rdfs:subClassOf [ a owl:Restriction ;
461 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
462 + owl:onProperty rdl:belongsToOrg
463 + ] ;
464 + rdfs:subClassOf [ a owl:Restriction ;
465 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
466 + owl:onProperty rdl:hasOwnerID
467 + ] ;
468 + rdfs:subClassOf [ a owl:Restriction ;
469 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
470 + owl:onProperty rdl:hasWidth
471 + ] ;
472 + rdfs:subClassOf [ a owl:Restriction ;
473 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
474 + owl:onProperty rdl:hasImoCertificate
475 + ] ;
476 + rdfs:subClassOf [ a owl:Restriction ;
477 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
478 + owl:onProperty rdl:hasGlobalIndividualAssetIdentifier
479 + ] ;
480 + rdfs:subClassOf [ a owl:Restriction ;
481 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
482 + owl:onProperty rdl:hasMaxGrossWeight
483 + ] ;
484 + rdfs:subClassOf [ a owl:Restriction ;
485 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
486 + owl:onProperty rdl:hasPayload
487 + ] ;
488 + rdfs:subClassOf [ a owl:Restriction ;
489 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
490 + owl:onProperty dm:hasTemporalPart
491 + ] ;
492 + rdfs:subClassOf [ a owl:Restriction ;
493 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
494 + owl:onProperty rdl:hasTareWeight
495 + ] ;
496 + rdfs:subClassOf [ a owl:Restriction ;
497 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
498 + owl:onProperty rdl:hasCertificate
499 + ] ;
500 + rdfs:subClassOf [ a owl:Restriction ;
501 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
502 + owl:onProperty rdl:hasHeight
503 + ] ;
504 + rdfs:subClassOf [ a owl:Restriction ;
505 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
506 + owl:onProperty rdl:hasLength
507 + ] ;
508 + rdfs:subClassOf [ a owl:Restriction ;
509 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
510 + owl:onProperty rdl:hasGlobalLocationNumber
511 + ] ;
512 + rdl:defaultRdsId "R-3dfabb02-88f7-42ef-97a8-b5b977cfb9a2" ;
513 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
514 + rdl:hasDefinition "A Cargo Carrying Unit is a Physical Object that is used to transport goods and materials (cargo)" ;
515 + rdl:hasIdPCA "R-3dfabb02-88f7-42ef-97a8-b5b977cfb9a2" .
516 +
517 +rdl:actualTimeOfDeparture
518 + a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
519 + rdfs:domain rdl:ActualActivity ;
520 + rdfs:label "actual time of departure"^^xsd:string ;
521 + rdfs:range xsd:dateTime ;
522 + rdl:defaultRdsId "R-5be9512e-b00f-45eb-941e-72b3aa21fa12" ;
523 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
524 + rdl:hasDefinition "The date and time that specifies the actual time of departure of a Cargo Carrying Unit in a journey or leg activity" ;
525 + rdl:hasIdPCA "R-5be9512e-b00f-45eb-941e-72b3aa21fa12" .
526 +
527 +rdl:geoUncertainty a rdl:ELHObjectProperty , owl:ObjectProperty ;
528 + rdfs:domain dm:PointInSpace ;
529 + rdfs:label "geo uncertainty"^^xsd:string ;
530 + rdfs:range rdl:RDS373094 ;
531 + rdl:defaultRdsId "R-ed6b6196-a218-4e0e-9843-ed7647662803" ;
532 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
533 + rdl:hasDefinition "The Length is the Uncertainty of a Geo Point (GPS coordinates)" ;
534 + rdl:hasIdPCA "R-ed6b6196-a218-4e0e-9843-ed7647662803" .
535 +
536 +rdl:RDS331829 a rdl:ELHClass ;
537 + rdfs:subClassOf [ a owl:Restriction ;
538 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
539 + owl:onProperty rdl:expireDate
540 + ] ;
541 + rdfs:subClassOf [ a owl:Restriction ;
542 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
543 + owl:onProperty rdl:certificateNumber
544 + ] .
545 +
546 +rdl:activityElhDateTime
547 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
548 + rdfs:domain dm:Activity ;
549 + rdfs:label "activity elh date time"^^xsd:string ;
550 + rdfs:range xsd:dateTime ;
551 + rdl:defaultRdsId "R-097006ae-8602-4d3d-8c80-22e6a0e32d88" ;
552 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
553 + rdl:hasDefinition "The date and time that specifies the ELH DateTime for an activity as recorded in LogisticsHub" ;
554 + rdl:hasIdPCA "R-097006ae-8602-4d3d-8c80-22e6a0e32d88" .
555 +
556 +rdl:eventCaptureLocation
557 + a rdl:ELHObjectProperty , owl:ObjectProperty ;
558 + rdfs:domain rdl:CargoCarryingUnitEvent ;
559 + rdfs:label "event capture location"^^xsd:string ;
560 + rdfs:range dm:RegionInSpace ;
561 + rdl:defaultRdsId "R-e791c54a-fe01-454b-b9b7-c09ec6b9bdf5" ;
562 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
563 + rdl:hasDefinition "The Spatial Thing is the GPS coordinates of the event Capture Location of the Cargo Carrying Unit Event" ;
564 + rdl:hasIdPCA "R-e791c54a-fe01-454b-b9b7-c09ec6b9bdf5" .
565 +
566 +ilap:scheduleForPlan a rdl:ELHObjectProperty .
567 +
568 +rdl:purchaseOrder a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
569 + rdfs:domain rdl:PlannedJourneyLeg ;
570 + rdfs:label "purchase order"^^xsd:string ;
571 + rdfs:range xsd:string ;
572 + rdl:defaultRdsId "R-83c96c7c-1e8e-4da8-9a80-f99f4898828d" ;
573 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
574 + rdl:hasDefinition "The string that specifies the purchase order of a leg in a planned journey" ;
575 + rdl:hasIdPCA "R-83c96c7c-1e8e-4da8-9a80-f99f4898828d" .
576 +
577 +rdl:ActualJourneyLeg a rdl:ELHClass , owl:Class ;
578 + rdfs:label "actual journey leg"^^xsd:string ;
579 + rdfs:subClassOf rdl:ActualActivity ;
580 + rdl:defaultRdsId "R-3d9c7cc3-4ad2-4ff9-a34d-07bc8701ca55" ;
581 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
582 + rdl:hasDefinition "An Actual Journey Leg is an Actual Activity that involves movement of a Cargo Carrying Unit between Departing Event and Arriving Event" ;
583 + rdl:hasIdPCA "R-3d9c7cc3-4ad2-4ff9-a34d-07bc8701ca55" ;
584 + owl:disjointWith rdl:ActualJourney .
585 +
586 +rdl:hasOwnerID a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
587 + rdfs:domain rdl:CargoCarryingUnit ;
588 + rdfs:label "has owner id"^^xsd:string ;
589 + rdfs:range xsd:string ;
590 + rdl:defaultRdsId "R-c643b7c7-01e4-472a-a469-5ce7cd7b26ba" ;
591 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
592 + rdl:hasDefinition "The string that specifies the owner id of the Temporal Part of the Cargo Carrying Unit. The value depends on the users" ;
593 + rdl:hasIdPCA "R-c643b7c7-01e4-472a-a469-5ce7cd7b26ba" .
594 +
595 +rdl:hasTareWeight a rdl:ELHObjectProperty , owl:ObjectProperty ;
596 + rdfs:domain rdl:CargoCarryingUnit ;
597 + rdfs:label "has tare weight"^^xsd:string ;
598 + rdfs:range rdl:RDS353339 ;
599 + rdl:defaultRdsId "R-da11b269-80f0-4da8-9475-6ecc3f0e991b" ;
600 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
601 + rdl:hasDefinition "The Mass is the Tare Weight of the Temporal Part of the Cargo Carrying Unit" ;
602 + rdl:hasIdPCA "R-da11b269-80f0-4da8-9475-6ecc3f0e991b" .
603 +
604 +rdl:LinedTank a owl:Class , rdl:ELHClass ;
605 + rdfs:label "lined tank"^^xsd:string ;
606 + rdfs:subClassOf rdl:RDS445139 ;
607 + rdl:defaultRdsId "R-7afa22c8-ed38-4c46-8e7a-9c49c6df1f9a" ;
608 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
609 + rdl:hasDefinition "A Lined Tank is a Tank that is coated to cure at low temperature to provide ultimate protection of the substrate material from chemical attack" ;
610 + rdl:hasIdPCA "R-7afa22c8-ed38-4c46-8e7a-9c49c6df1f9a" ;
611 + owl:disjointWith rdl:JetFuelTank , rdl:CryogenicTank , rdl:HeatedTank , rdl:ChemicalTank .
612 +
613 +rdl:PortableDocumentFormat
614 + a rdl:ELHClass , rdl:DocumentRepresentationFormat , owl:Class ;
615 + rdfs:label "portable document format"^^xsd:string ;
616 + rdfs:subClassOf dm:RepresentationInformation ;
617 + rdl:defaultRdsId "R-21280f5a-a2f4-4857-91a1-c60d7da3024a" ;
618 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
619 + rdl:hasDefinition "A Portable Document Format is a Class representing Portable Document Format ( PDF), and an instance of Document Representation Format" ;
620 + rdl:hasIdPCA "R-21280f5a-a2f4-4857-91a1-c60d7da3024a" .
621 +
622 +rdl:ChemicalTank a owl:Class , rdl:ELHClass ;
623 + rdfs:label "chemical tank"^^xsd:string ;
624 + rdfs:subClassOf rdl:RDS445139 ;
625 + rdl:defaultRdsId "R-cda7cb98-21ca-4438-82a6-1ce32b04d21d" ;
626 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
627 + rdl:hasDefinition "A Chemical Tank is a Tank that is used to transport and store chemical substances" ;
628 + rdl:hasIdPCA "R-cda7cb98-21ca-4438-82a6-1ce32b04d21d" ;
629 + owl:disjointWith rdl:HeatedTank , rdl:JetFuelTank , rdl:LinedTank , rdl:CryogenicTank .
630 +
631 +rdl:originallyLocatedAt
632 + a rdl:ELHObjectProperty , owl:ObjectProperty ;
633 + rdfs:domain rdl:PlannedActivity ;
634 + rdfs:label "originally located at"^^xsd:string ;
635 + rdfs:range rdl:Location ;
636 + rdl:defaultRdsId "R-83a59017-94ca-4f67-912b-5872d4093c13" ;
637 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
638 + rdl:hasDefinition "The Location is the (offshore or onshore) original location of a Planned Activity" ;
639 + rdl:hasIdPCA "R-83a59017-94ca-4f67-912b-5872d4093c13" .
640 +
641 +rdl:gs1CompanyName a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
642 + rdfs:domain rdl:GLNLocation ;
643 + rdfs:label "gs1 company name"^^xsd:string ;
644 + rdfs:range xsd:string ;
645 + rdl:defaultRdsId "R-4d565842-3f22-4666-a8e2-8b32d7c2ba0c" ;
646 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
647 + rdl:hasDefinition "The string that specifies the Company Name in the GS1 database" ;
648 + rdl:hasIdPCA "R-4d565842-3f22-4666-a8e2-8b32d7c2ba0c" .
649 +
650 +rdl:estimatedTimeOfArrival
651 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
652 + rdfs:domain rdl:CargoCarryingUnit ;
653 + rdfs:label "estimated time of arrival"^^xsd:string ;
654 + rdfs:range xsd:dateTime ;
655 + rdl:defaultRdsId "R-13a691c9-47fe-455b-8c7d-27206e6e1aed" ;
656 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
657 + rdl:hasDefinition "The date and time that specifies the estimated time of arrival of a Cargo Carrying Unit in a journey or leg" ;
658 + rdl:hasIdPCA "R-13a691c9-47fe-455b-8c7d-27206e6e1aed" .
659 +
660 +rdl:GasRack a owl:Class , rdl:ELHClass ;
661 + rdfs:label "gas rack"^^xsd:string ;
662 + rdfs:subClassOf rdl:RDS22164402880 ;
663 + rdl:defaultRdsId "R-312965c2-36f9-4403-a768-6ec338c896d6" ;
664 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
665 + rdl:hasDefinition "A Gas Rack is a Freight Container that is intended for transportation and storage of industrial and respiratory gas" ;
666 + rdl:hasIdPCA "R-312965c2-36f9-4403-a768-6ec338c896d6" ;
667 + owl:disjointWith rdl:FoodContainer , rdl:MiniContainer , rdl:IBCCarrier , rdl:SpecialContainer , rdl:LaundryContainer , rdl:OpenTopContainer , rdl:StandardContainer , rdl:ReeferContainer .
668 +
669 +rdl:bronnOrgId a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
670 + rdfs:domain dm:Organization ;
671 + rdfs:label "bronn org id"^^xsd:string ;
672 + rdfs:range xsd:string ;
673 + rdl:defaultRdsId "R-bcb1b7f9-bb2c-4e6e-8bd8-9e55df5b277a" ;
674 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
675 + rdl:hasDefinition "The string that specifies the identification number of an Organization as it appears in Brønnøysund Business Register (BBR) " ;
676 + rdl:hasIdPCA "R-bcb1b7f9-bb2c-4e6e-8bd8-9e55df5b277a" .
677 +
678 +rdl:ELHClass a owl:Class ;
679 + rdfs:subClassOf rdl:RDS398603511 .
680 +
681 +rdl:HalfHighBasket a owl:Class , rdl:ELHClass ;
682 + rdfs:label "half high basket"^^xsd:string ;
683 + rdfs:subClassOf rdl:RDS13621366 ;
684 + rdl:defaultRdsId "R-8f642126-fcad-40fe-84f0-da15f7721982" ;
685 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
686 + rdl:hasDefinition "A Half High Basket is a Basket that has half the height of a Standard Basket" ;
687 + rdl:hasIdPCA "R-8f642126-fcad-40fe-84f0-da15f7721982" ;
688 + owl:disjointWith rdl:ToolboxBasket , rdl:SideDoorBasket , rdl:StandardBasket , rdl:HeavyLiftBasket , rdl:SpecialBasket .
689 +
690 +rdl:PlanForActivity a owl:Class ;
691 + rdfs:label "Plan For Activity"^^xsd:string ;
692 + rdfs:subClassOf dm:ClassOfActivity ;
693 + rdl:defaultRdsId "R-ebf7bdc7-35c0-473f-8368-13546142a6d8" ;
694 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
695 + rdl:hasIdPCA "R-ebf7bdc7-35c0-473f-8368-13546142a6d8" .
696 +
697 +rdl:gs1PartyName a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
698 + rdfs:domain rdl:GLNLocation ;
699 + rdfs:label "gs1 party name"^^xsd:string ;
700 + rdfs:range xsd:string ;
701 + rdl:defaultRdsId "R-49d659d9-bbbd-4073-af27-ddca7701ca8f" ;
702 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
703 + rdl:hasDefinition "The string that specifies the Party name in the GS1 database" ;
704 + rdl:hasIdPCA "R-49d659d9-bbbd-4073-af27-ddca7701ca8f" .
705 +
706 +rdl:WGS84 a rdl:ELHClass , rdl:CoordinateReferenceSystem , owl:Class ;
707 + rdfs:label "WGS 84"^^xsd:string ;
708 + rdl:defaultRdsId "R-eb7ae753-3ddf-446e-b3b4-dff1230a81d4" ;
709 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
710 + rdl:hasDefinition "A WGS84 is a Possible Individual that represents the latest version of the World Geodetic System, the reference coordinate system used by the Global Positioning System (GPS)" ;
711 + rdl:hasIdPCA "R-eb7ae753-3ddf-446e-b3b4-dff1230a81d4" .
712 +
713 +rdl:shipmentId a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
714 + rdfs:domain rdl:PlannedJourneyLeg ;
715 + rdfs:label "shipment id"^^xsd:string ;
716 + rdfs:range xsd:string ;
717 + rdl:defaultRdsId "R-1233daa5-2933-4fad-a2a0-d7b57ab9891e" ;
718 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
719 + rdl:hasDefinition "The string that specifies the shipment ID of a leg in a planned journey" ;
720 + rdl:hasIdPCA "R-1233daa5-2933-4fad-a2a0-d7b57ab9891e" .
721 +
722 +rdl:RDS22164402880 a rdl:ELHClass ;
723 + rdfs:subClassOf rdl:CargoCarryingUnit ;
724 + owl:disjointWith rdl:RDS13621366 , rdl:WasteHandlingUnit , rdl:RDS445139 .
725 +
726 +rdl:hasGlobalLocationNumber
727 + a rdl:ELHObjectProperty , owl:ObjectProperty ;
728 + rdfs:domain rdl:CargoCarryingUnit ;
729 + rdfs:label "has global location number"^^xsd:string ;
730 + rdfs:range rdl:GLNLocation ;
731 + rdl:defaultRdsId "R-8aec8066-efff-4ae4-9587-53d71e42a776" ;
732 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
733 + rdl:hasDefinition "The GLN Location indicates the location of a Temporal Part Of Cargo Carrying Unit" ;
734 + rdl:hasIdPCA "R-8aec8066-efff-4ae4-9587-53d71e42a776" .
735 +
736 +rdl:certificateNumber
737 + a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
738 + rdfs:domain rdl:RDS331829 ;
739 + rdfs:label "certificate number"^^xsd:string ;
740 + rdfs:range xsd:string ;
741 + rdl:defaultRdsId "R-9e479aed-5b56-49ee-8537-df9469b2e9ee" ;
742 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
743 + rdl:hasDefinition "The string that specifies the certificate number associated with a Cargo Carrying Unit" ;
744 + rdl:hasIdPCA "R-9e479aed-5b56-49ee-8537-df9469b2e9ee" .
745 +
746 +rdl:RDS22164402859 a rdl:ELHClass .
747 +
748 +rdl:RDS2184647721 a rdl:ELHClass , owl:Class ;
749 + rdfs:subClassOf rdl:WasteHandlingUnit ;
750 + owl:disjointWith rdl:WasteSkip , rdl:WasteBinCarrier .
751 +
752 +rdl:utm33North a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
753 + rdfs:domain dm:PointInSpace ;
754 + rdfs:label "universal transverse mercator north"^^xsd:string ;
755 + rdfs:range xsd:decimal ;
756 + rdl:defaultRdsId "R-d5bcefb4-f611-4bc5-900d-90d7a23e7000" ;
757 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
758 + rdl:hasDefinition "The decimal that specifies the Universal Transverse Mercator Eastern of a point. A northing value in northern hemisphere specifies the number of meters a point is located north of the equator. The northing of a point south of the equator is equal to 10,000,000m minus its distance from the equator. In both northern and southern hemispheres, northing values increase from south to north." ;
759 + rdl:hasIdPCA "R-d5bcefb4-f611-4bc5-900d-90d7a23e7000" .
760 +
761 +rdl:CoordinateReferenceSystem
762 + a owl:Class , rdl:ELHClass ;
763 + rdfs:label "coordinate reference system"^^xsd:string ;
764 + rdfs:subClassOf dm:AbstractObject ;
765 + rdl:defaultRdsId "R-fb90da38-2824-4610-a714-ff1a23ea53d6" ;
766 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
767 + rdl:hasDefinition "A Coordinate Reference System is a Class that has member classes that classify instances of different Coordinate Reference Systems, e.g., WGS84" ;
768 + rdl:hasIdPCA "R-fb90da38-2824-4610-a714-ff1a23ea53d6" .
769 +
770 +rdl:InspectingActivity
771 + a owl:Class , rdl:ELHClass ;
772 + rdfs:label "inspecting activity"^^xsd:string ;
773 + rdfs:subClassOf rdl:CargoCarryingUnitActivity ;
774 + rdl:defaultRdsId "R-2014e532-b545-42b3-8f33-3d55b15af78f" ;
775 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
776 + rdl:hasDefinition "An Inspecting Activity is a Cargo Carrying Unit Activity that involves reviewing a shipment in order to address potential product or documentation defects " ;
777 + rdl:hasIdPCA "R-2014e532-b545-42b3-8f33-3d55b15af78f" ;
778 + owl:disjointWith rdl:ActualActivity , rdl:PlannedActivity , rdl:HireActivity .
779 +
780 +rdl:RDS13621366 a rdl:ELHClass ;
781 + rdfs:subClassOf rdl:CargoCarryingUnit ;
782 + owl:disjointWith rdl:RDS22164402880 , rdl:WasteHandlingUnit , rdl:RDS445139 .
783 +
784 +dm:hasCause a rdl:ELHObjectProperty .
785 +
786 +rdl:HireActivity a rdl:ELHClass , owl:Class ;
787 + rdfs:label "hire activity"^^xsd:string ;
788 + rdfs:subClassOf rdl:CargoCarryingUnitActivity ;
789 + rdfs:subClassOf [ a owl:Restriction ;
790 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
791 + owl:onProperty rdl:id
792 + ] ;
793 + rdl:defaultRdsId "R-7082763e-d5d8-4764-b91b-600392e8bde7" ;
794 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
795 + rdl:hasDefinition "A Hire Activity is a Cargo Carrying Unit Activity that involves temporary use of a Cargo Carrying Unit" ;
796 + rdl:hasIdPCA "R-7082763e-d5d8-4764-b91b-600392e8bde7" ;
797 + owl:disjointWith rdl:ActualActivity , rdl:InspectingActivity , rdl:PlannedActivity .
798 +
799 +rdl:HeavyLiftBasket a owl:Class , rdl:ELHClass ;
800 + rdfs:label "heavy lift basket"^^xsd:string ;
801 + rdfs:subClassOf rdl:RDS13621366 ;
802 + rdl:defaultRdsId "R-b223daf0-aee6-4ff5-a5f4-6a9978eafbd8" ;
803 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
804 + rdl:hasDefinition "A Heavy Lift Basket is a Basket that is used for movement of oversized equipment or material" ;
805 + rdl:hasIdPCA "R-b223daf0-aee6-4ff5-a5f4-6a9978eafbd8" ;
806 + owl:disjointWith rdl:SideDoorBasket , rdl:StandardBasket , rdl:ToolboxBasket , rdl:HalfHighBasket , rdl:SpecialBasket .
807 +
808 +rdl:MiniContainer a rdl:ELHClass , owl:Class ;
809 + rdfs:label "mini container"^^xsd:string ;
810 + rdfs:subClassOf rdl:RDS22164402880 ;
811 + rdl:defaultRdsId "R-26b78de2-bff2-4d48-970a-419aae0ac765" ;
812 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
813 + rdl:hasDefinition "A Mini Freight Container is a Freight Container that has is smaller than standard dimensions" ;
814 + rdl:hasIdPCA "R-26b78de2-bff2-4d48-970a-419aae0ac765" ;
815 + owl:disjointWith rdl:StandardContainer , rdl:GasRack , rdl:FoodContainer , rdl:LaundryContainer , rdl:ReeferContainer , rdl:IBCCarrier , rdl:SpecialContainer , rdl:OpenTopContainer .
816 +
817 +rdl:commentatorOrganization
818 + a rdl:ELHObjectProperty , owl:ObjectProperty ;
819 + rdfs:domain dm:Activity ;
820 + rdfs:label "commentator organization"^^xsd:string ;
821 + rdfs:range dm:Organization ;
822 + rdl:defaultRdsId "R-69b6b922-a249-4cdf-b608-e3eed6e097fd" ;
823 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
824 + rdl:hasDefinition "The Organization is a commentator and Make A Comment. Note that this is a new property that extends ep-prodact:commentator, so not only a person but also an organization can make a comment " ;
825 + rdl:hasIdPCA "R-69b6b922-a249-4cdf-b608-e3eed6e097fd" .
826 +
827 +rdl:CargoCarryingUnitEvent
828 + a rdl:ELHClass , owl:Class ;
829 + rdfs:label "cargo carrying unit event"^^xsd:string ;
830 + rdfs:subClassOf dm:Event ;
831 + rdfs:subClassOf [ a owl:Restriction ;
832 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
833 + owl:onProperty rdl:eventTimeZone
834 + ] ;
835 + rdfs:subClassOf [ a owl:Restriction ;
836 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
837 + owl:onProperty rdl:eventSubmitterOrganization
838 + ] ;
839 + rdfs:subClassOf [ a owl:Restriction ;
840 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
841 + owl:onProperty rdl:eventDateTime
842 + ] ;
843 + rdfs:subClassOf [ a owl:Restriction ;
844 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
845 + owl:onProperty rdl:id
846 + ] ;
847 + rdl:defaultRdsId "R-ff5aebc9-252b-4783-9b49-30bbf3db854e" ;
848 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
849 + rdl:hasDefinition "A Cargo Carrying Unit Event is a Possible Individual that starts or ends an activity or state of a Cargo Carrying Unit" ;
850 + rdl:hasIdPCA "R-ff5aebc9-252b-4783-9b49-30bbf3db854e" .
851 +
852 +rdl:gs1GlobalLocationNumber
853 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
854 + rdfs:domain owl:Thing ;
855 + rdfs:label "gs1 global location number"^^xsd:string ;
856 + rdfs:range xsd:string ;
857 + rdl:defaultRdsId "R-81545e68-eef1-46df-9d59-f3d72419bf5b" ;
858 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
859 + rdl:hasDefinition "The string that specifies the Global Location Number (GLN) of locations in the GS1 database" ;
860 + rdl:hasIdPCA "R-81545e68-eef1-46df-9d59-f3d72419bf5b" .
861 +
862 +rdl:ToolboxBasket a owl:Class , rdl:ELHClass ;
863 + rdfs:label "toolbox basket"^^xsd:string ;
864 + rdfs:subClassOf rdl:RDS13621366 ;
865 + rdl:defaultRdsId "R-84d52b80-11b3-45b1-91ea-ea9971d51937" ;
866 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
867 + rdl:hasDefinition "A Toolbox Basket is a Basket that is used for movement and transport of tools" ;
868 + rdl:hasIdPCA "R-84d52b80-11b3-45b1-91ea-ea9971d51937" ;
869 + owl:disjointWith rdl:StandardBasket , rdl:HalfHighBasket , rdl:SideDoorBasket , rdl:SpecialBasket , rdl:HeavyLiftBasket .
870 +
871 +rdl:hasHeight a rdl:ELHObjectProperty , owl:ObjectProperty ;
872 + rdfs:domain rdl:CargoCarryingUnit ;
873 + rdfs:label "has height"^^xsd:string ;
874 + rdfs:range rdl:RDS373094 ;
875 + rdl:defaultRdsId "R-c2f68f81-048f-4bef-8833-a12a60ab9aeb" ;
876 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
877 + rdl:hasDefinition "The Length is the height of the Temporal Part Of The Cargo Carrying Unit" ;
878 + rdl:hasIdPCA "R-c2f68f81-048f-4bef-8833-a12a60ab9aeb" .
879 +
880 +rdl:ArrivingEvent a rdl:ELHClass , owl:Class ;
881 + rdfs:label "arriving event"^^xsd:string ;
882 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
883 + rdfs:subClassOf [ a owl:Restriction ;
884 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
885 + owl:onProperty rdl:eventElhDate
886 + ] ;
887 + rdfs:subClassOf [ a owl:Restriction ;
888 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
889 + owl:onProperty rdl:eventOrgCreationDate
890 + ] ;
891 + rdl:defaultRdsId "R-ca92a388-5ee5-486a-99f7-69734e1fe5b4" ;
892 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
893 + rdl:hasDefinition "An Arriving Event is a Cargo Carrying Unit Event that involves a shipment arriving at a location, and which has not yet been received or accepted" ;
894 + rdl:hasIdPCA "R-ca92a388-5ee5-486a-99f7-69734e1fe5b4" ;
895 + owl:disjointWith rdl:UnloadingEvent , rdl:LoadingEvent , rdl:HireEndEvent , rdl:InternalMovingEvent , rdl:DepartingEvent , rdl:InspectingEvent , rdl:PackingEvent , rdl:HireStartEvent .
896 +
897 +rdl:ActualJourney a rdl:ELHClass , owl:Class ;
898 + rdfs:label "actual journey"^^xsd:string ;
899 + rdfs:subClassOf rdl:ActualActivity ;
900 + rdl:defaultRdsId "R-43a584fb-e960-4a91-9504-6b4e8381bc7e" ;
901 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
902 + rdl:hasDefinition "An Actual Journey is an Actual Activity that involves movement of a Cargo Carrying Unit across zero or more legs" ;
903 + rdl:hasIdPCA "R-43a584fb-e960-4a91-9504-6b4e8381bc7e" ;
904 + owl:disjointWith rdl:ActualJourneyLeg .
905 +
906 +rdl:creatorOrg a owl:ObjectProperty , rdl:ELHObjectProperty ;
907 + rdfs:domain rdl:DocumentRepresentation ;
908 + rdfs:label "creator org"^^xsd:string ;
909 + rdfs:range dm:Organization ;
910 + rdl:defaultRdsId "R-73d71c09-acce-469f-985c-6d499e36e0e2" ;
911 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
912 + rdl:hasDefinition "The Organization creates the document coming from the SSL certificate" ;
913 + rdl:hasIdPCA "R-73d71c09-acce-469f-985c-6d499e36e0e2" .
914 +
915 +rdl:PlannedJourneyLeg
916 + a owl:Class , rdl:ELHClass ;
917 + rdfs:label "planned journey leg"^^xsd:string ;
918 + rdfs:subClassOf rdl:PlannedActivity ;
919 + rdl:defaultRdsId "R-88be9810-4386-425b-b7f0-6572576275f6" ;
920 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
921 + rdl:hasDefinition "A Planned Journey Leg is a Planned Activity that involves movement of a Cargo Carrying Unit between Departing Event and Arriving Event" ;
922 + rdl:hasIdPCA "R-88be9810-4386-425b-b7f0-6572576275f6" ;
923 + owl:disjointWith rdl:PlannedJourney .
924 +
925 +rdl:HeatedTank a owl:Class , rdl:ELHClass ;
926 + rdfs:label "heated tank"^^xsd:string ;
927 + rdfs:subClassOf rdl:RDS445139 ;
928 + rdl:defaultRdsId "R-715a3395-a2ac-42aa-beb9-e036b82bf8b9" ;
929 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
930 + rdl:hasDefinition "A Heated Tank is a Tank that is used to transport and store heated fluid" ;
931 + rdl:hasIdPCA "R-715a3395-a2ac-42aa-beb9-e036b82bf8b9" ;
932 + owl:disjointWith rdl:JetFuelTank , rdl:ChemicalTank , rdl:CryogenicTank , rdl:LinedTank .
933 +
934 +rdl:InspectingEvent a owl:Class , rdl:ELHClass ;
935 + rdfs:label "inspecting event"^^xsd:string ;
936 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
937 + rdfs:subClassOf [ a owl:Restriction ;
938 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
939 + owl:onProperty rdl:eventElhDate
940 + ] ;
941 + rdfs:subClassOf [ a owl:Restriction ;
942 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
943 + owl:onProperty rdl:eventOrgCreationDate
944 + ] ;
945 + rdl:defaultRdsId "R-3cbab41b-68eb-43d3-bed5-b3e28fd71dcf" ;
946 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
947 + rdl:hasDefinition "An Inspecting Event is a Cargo Carrying Unit Event that starts an Inspecting Activity " ;
948 + rdl:hasIdPCA "R-3cbab41b-68eb-43d3-bed5-b3e28fd71dcf" ;
949 + owl:disjointWith rdl:HireEndEvent , rdl:UnloadingEvent , rdl:HireStartEvent , rdl:PackingEvent , rdl:LoadingEvent , rdl:InternalMovingEvent , rdl:DepartingEvent , rdl:ArrivingEvent .
950 +
951 +rdl:GLNLocation a rdl:ELHClass , owl:Class ;
952 + rdfs:label "GLN location"^^xsd:string ;
953 + rdfs:subClassOf rdl:PartOfTheSurfaceOfTheEarth ;
954 + rdfs:subClassOf [ a owl:Restriction ;
955 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
956 + owl:onProperty rdl:gs1DateDeactivated
957 + ] ;
958 + rdfs:subClassOf [ a owl:Restriction ;
959 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
960 + owl:onProperty rdl:bBROrganization
961 + ] ;
962 + rdfs:subClassOf [ a owl:Restriction ;
963 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
964 + owl:onProperty rdl:gs1DateChanged
965 + ] ;
966 + rdfs:subClassOf [ a owl:Restriction ;
967 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
968 + owl:onProperty rdl:gs1PostOffice
969 + ] ;
970 + rdfs:subClassOf [ a owl:Restriction ;
971 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
972 + owl:onProperty rdl:gs1GlobalLocationNumber
973 + ] ;
974 + rdfs:subClassOf [ a owl:Restriction ;
975 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
976 + owl:onProperty rdl:gs1AdditionalPartyId
977 + ] ;
978 + rdfs:subClassOf [ a owl:Restriction ;
979 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
980 + owl:onProperty rdl:gs1StreetAddress
981 + ] ;
982 + rdfs:subClassOf [ a owl:Restriction ;
983 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
984 + owl:onProperty rdl:gs1DateDeactivated
985 + ] ;
986 + rdfs:subClassOf [ a owl:Restriction ;
987 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
988 + owl:onProperty rdl:gs1Phone
989 + ] ;
990 + rdfs:subClassOf [ a owl:Restriction ;
991 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
992 + owl:onProperty rdl:gs1PostalCode
993 + ] ;
994 + rdfs:subClassOf [ a owl:Restriction ;
995 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
996 + owl:onProperty rdl:gs1CompanyName
997 + ] ;
998 + rdfs:subClassOf [ a owl:Restriction ;
999 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
1000 + owl:onProperty rdl:gs1PartyName
1001 + ] ;
1002 + rdl:defaultRdsId "R-555da98d-a283-4b6a-a07a-7bf3534ec367" ;
1003 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1004 + rdl:hasDefinition "A GLN Location is a Possible Individual that represents locations registered in the GS1 GLN-Base" ;
1005 + rdl:hasIdPCA "R-555da98d-a283-4b6a-a07a-7bf3534ec367" .
1006 +
1007 +dm:beginningOf a rdl:ELHObjectProperty .
1008 +
1009 +rdl:DocumentRepresentation
1010 + a rdl:ELHClass , owl:Class ;
1011 + rdfs:label "document representation"^^xsd:string ;
1012 + rdfs:subClassOf dm:PhysicalObject ;
1013 + rdfs:subClassOf [ a owl:Restriction ;
1014 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
1015 + owl:onProperty rdl:resourceLocation
1016 + ] ;
1017 + rdfs:subClassOf [ a owl:Restriction ;
1018 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
1019 + owl:onProperty rdl:id
1020 + ] ;
1021 + rdfs:subClassOf [ a owl:Restriction ;
1022 + owl:minCardinality "0"^^xsd:nonNegativeInteger ;
1023 + owl:onProperty rdl:relativeResourceLocation
1024 + ] ;
1025 + rdl:defaultRdsId "R-29eb1049-21ab-4846-b978-b74d8705f4ae" ;
1026 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1027 + rdl:hasDefinition "A Document Representation is a Physical Object that defines a pattern that represents information in a document" ;
1028 + rdl:hasIdPCA "R-29eb1049-21ab-4846-b978-b74d8705f4ae" .
1029 +
1030 +dm:Activity a rdl:ELHClass ;
1031 + rdl:hasDefinition "PossibleIndividual that is something happening or changing" .
1032 +
1033 +rdl:expireDate a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
1034 + rdfs:domain rdl:RDS331829 ;
1035 + rdfs:label "expire date"^^xsd:string ;
1036 + rdfs:range xsd:dateTime ;
1037 + rdl:defaultRdsId "R-ef2c5fdf-bec6-4406-bb2c-249e676bf403" ;
1038 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1039 + rdl:hasDefinition "The date and time that specifies expiry of a Certificate for a Cargo Carrying Unit" ;
1040 + rdl:hasIdPCA "R-ef2c5fdf-bec6-4406-bb2c-249e676bf403" .
1041 +
1042 +rdl:ObserveCargoCarryingUnit
1043 + a rdl:ELHClass , owl:Class ;
1044 + rdfs:label "observe cargo carrying unit"^^xsd:string ;
1045 + rdfs:subClassOf rdl:RDS9660482 ;
1046 + rdl:defaultRdsId "R-6e55eac7-aba3-4d05-ab0f-8da172266333" ;
1047 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1048 + rdl:hasDefinition "An Observe Cargo Carrying Unit is a Make An Observation that involves a temporal part of a Cargo Carrying Unit" ;
1049 + rdl:hasIdPCA "R-6e55eac7-aba3-4d05-ab0f-8da172266333" .
1050 +
1051 +rdl:LaundryContainer a owl:Class , rdl:ELHClass ;
1052 + rdfs:label "laundry container"^^xsd:string ;
1053 + rdfs:subClassOf rdl:RDS22164402880 ;
1054 + rdl:defaultRdsId "R-a89d24e8-5138-4eef-99ab-e586a0840dd8" ;
1055 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1056 + rdl:hasDefinition "A Laundry Container is a Freight Container that is used for holding and transporting clothing and household textiles" ;
1057 + rdl:hasIdPCA "R-a89d24e8-5138-4eef-99ab-e586a0840dd8" ;
1058 + owl:disjointWith rdl:SpecialContainer , rdl:OpenTopContainer , rdl:IBCCarrier , rdl:ReeferContainer , rdl:FoodContainer , rdl:GasRack , rdl:StandardContainer , rdl:MiniContainer .
1059 +
1060 +rdl:gs1DateDeactivated
1061 + a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
1062 + rdfs:domain rdl:GLNLocation ;
1063 + rdfs:label "gs1 date deactivated"^^xsd:string ;
1064 + rdfs:range xsd:dateTime ;
1065 + rdl:defaultRdsId "R-c756f4ef-b698-4b6c-8932-d72585202b2b" ;
1066 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1067 + rdl:hasDefinition "The date and time that the GLN location was deactivated in the GS1 Database" ;
1068 + rdl:hasIdPCA "R-c756f4ef-b698-4b6c-8932-d72585202b2b" .
1069 +
1070 +rdl:SpecialBasket a owl:Class , rdl:ELHClass ;
1071 + rdfs:label "special basket"^^xsd:string ;
1072 + rdfs:subClassOf rdl:RDS13621366 ;
1073 + rdl:defaultRdsId "R-4f79e129-cb61-4122-875d-704cc5fb1cbd" ;
1074 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1075 + rdl:hasDefinition "A Special Basket is a Basket that is designed for the transport and storage of special goods" ;
1076 + rdl:hasIdPCA "R-4f79e129-cb61-4122-875d-704cc5fb1cbd" ;
1077 + owl:disjointWith rdl:HeavyLiftBasket , rdl:SideDoorBasket , rdl:ToolboxBasket , rdl:HalfHighBasket , rdl:StandardBasket .
1078 +
1079 +rdl:fulfilmentOf a rdl:ELHObjectProperty , owl:ObjectProperty ;
1080 + rdfs:domain rdl:ActualActivity ;
1081 + rdfs:label "fulfilment of"^^xsd:string , "fulfilmentOf"^^xsd:string ;
1082 + rdfs:range rdl:PlannedActivity ;
1083 + rdl:defaultRdsId "R-88001604-cdba-44e5-90a5-fb21b7b9ee4c" ;
1084 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1085 + rdl:hasDefinition "The Planned Activity is being fulfilled by an Actual Activity" ;
1086 + rdl:hasIdPCA "R-88001604-cdba-44e5-90a5-fb21b7b9ee4c" .
1087 +
1088 +rdl:hasHires a owl:ObjectProperty , rdl:ELHObjectProperty ;
1089 + rdfs:domain rdl:CargoCarryingUnit ;
1090 + rdfs:label "has hires"^^xsd:string ;
1091 + rdfs:range dm:Activity ;
1092 + rdl:defaultRdsId "R-f14a3bb4-e7a4-4bd4-bb04-19f532c25af5" ;
1093 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1094 + rdl:hasDefinition "The Activity is one of the hire activities of the Cargo Carrying Unit whole life" ;
1095 + rdl:hasIdPCA "R-f14a3bb4-e7a4-4bd4-bb04-19f532c25af5" .
1096 +
1097 +dm:hasTemporalPart a rdl:ELHObjectProperty .
1098 +
1099 +rdl:enclosingActivity
1100 + a rdl:ELHObjectProperty , owl:ObjectProperty ;
1101 + rdfs:domain rdl:HireActivity ;
1102 + rdfs:label "enclosing activity"^^xsd:string ;
1103 + rdfs:range rdl:HireActivity ;
1104 + rdl:defaultRdsId "R-24ec58f8-ef9d-4550-9f5d-10586166f1c6" ;
1105 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1106 + rdl:hasDefinition "The Hire Activity is enclosed by another (immediate parent) Hire Activity " ;
1107 + rdl:hasIdPCA "R-24ec58f8-ef9d-4550-9f5d-10586166f1c6" .
1108 +
1109 +rdl:RDS898262151 a rdl:ELHClass ;
1110 + rdfs:subClassOf rdl:CargoCarryingUnit .
1111 +
1112 +rdl:gs1StreetAddress a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
1113 + rdfs:domain rdl:GLNLocation ;
1114 + rdfs:label "gs1 street address"^^xsd:string ;
1115 + rdfs:range xsd:string ;
1116 + rdl:defaultRdsId "R-27352767-8670-4011-9aee-d62978b63e79" ;
1117 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1118 + rdl:hasDefinition "The string that specifies the Street Address in the GS1 database" ;
1119 + rdl:hasIdPCA "R-27352767-8670-4011-9aee-d62978b63e79" .
1120 +
1121 +rdl:utm33East a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
1122 + rdfs:domain dm:PointInSpace ;
1123 + rdfs:label "universal transverse mercator eastern"^^xsd:string ;
1124 + rdfs:range xsd:decimal ;
1125 + rdl:defaultRdsId "R-e6c67d50-585d-4523-a5ca-12e38768c879" ;
1126 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1127 + rdl:hasDefinition "The decimal that specifies the Universal Transverse Mercator Eastern of a point. The easting coordinate of a point is measured from the false origin 500000 meters to the west of the central meridian of the UTM zone. Within a zone, easting values increase towards east." ;
1128 + rdl:hasIdPCA "R-e6c67d50-585d-4523-a5ca-12e38768c879" .
1129 +
1130 +rdl:IBCCarrier a owl:Class , rdl:ELHClass ;
1131 + rdfs:label "IBC carrier"^^xsd:string ;
1132 + rdfs:subClassOf rdl:RDS22164402880 ;
1133 + rdl:defaultRdsId "R-85ce130e-872e-4240-9aff-6654b8ec1c40" ;
1134 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1135 + rdl:hasDefinition "An IBC Carrier is a Freight Container that is designed for the transport and storage of bulk liquid and granulated substances, such as chemicals, food ingredients, solvents, pharmaceuticals" ;
1136 + rdl:hasIdPCA "R-85ce130e-872e-4240-9aff-6654b8ec1c40" ;
1137 + owl:disjointWith rdl:FoodContainer , rdl:GasRack , rdl:OpenTopContainer , rdl:MiniContainer , rdl:StandardContainer , rdl:LaundryContainer , rdl:ReeferContainer , rdl:SpecialContainer .
1138 +
1139 +rdl:hasURL rdfs:range xsd:anyURI .
1140 +
1141 +rdl:ActualyActivity a rdl:ELHClass .
1142 +
1143 +rdl:bBROrganization a rdl:ELHObjectProperty , owl:ObjectProperty ;
1144 + rdfs:domain rdl:GLNLocation ;
1145 + rdfs:label "bbr organization"^^xsd:string ;
1146 + rdfs:range dm:Organization ;
1147 + rdl:defaultRdsId "R-2b398a61-7770-4929-b6bb-a12a1ff767c6" ;
1148 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1149 + rdl:hasDefinition "The Organization has BBR Organization to a relation to a GLN Location. An on-shore (GLN) location is associated with a unique BBR Organization. However a BBR organization can have many on shore ( GLN) locations" ;
1150 + rdl:hasIdPCA "R-2b398a61-7770-4929-b6bb-a12a1ff767c6" .
1151 +
1152 +rdl:PlannedJourney a owl:Class , rdl:ELHClass ;
1153 + rdfs:label "planned journey"^^xsd:string ;
1154 + rdfs:subClassOf rdl:PlannedActivity ;
1155 + rdl:defaultRdsId "R-c5b64a02-113b-41a9-9240-689333f95b6b" ;
1156 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1157 + rdl:hasDefinition "A Planned Journey is a Planned Activity that involves movement of a Cargo Carrying Unit across zero or more legs" ;
1158 + rdl:hasIdPCA "R-c5b64a02-113b-41a9-9240-689333f95b6b" ;
1159 + owl:disjointWith rdl:PlannedJourneyLeg .
1160 +
1161 +rdl:belongsToOrg a rdl:ELHObjectProperty , owl:ObjectProperty ;
1162 + rdfs:domain rdl:CargoCarryingUnit ;
1163 + rdfs:label "belongs to org"^^xsd:string ;
1164 + rdfs:range dm:Organization ;
1165 + rdl:defaultRdsId "R-a751907b-af07-491c-9e9c-8f407e5f88bf" ;
1166 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1167 + rdl:hasDefinition "The Organization owns the Cargo Carrying Unit. Note that the Organization name is given as it appears in the Bronnoysund Registry" ;
1168 + rdl:hasIdPCA "R-a751907b-af07-491c-9e9c-8f407e5f88bf" .
1169 +
1170 +rdl:hasGlobalIndividualAssetIdentifier
1171 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
1172 + rdfs:domain rdl:CargoCarryingUnit ;
1173 + rdfs:label "has global individual asset identifier"^^xsd:string ;
1174 + rdfs:range xsd:string ;
1175 + rdl:defaultRdsId "R-f75c6485-928e-4bb3-a1e1-c5180fd46fff" ;
1176 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1177 + rdl:hasDefinition "The string that specified the unique id of a Cargo Carrying Unit based on the GS1 GIAI asset coding standard" ;
1178 + rdl:hasIdPCA "R-f75c6485-928e-4bb3-a1e1-c5180fd46fff" .
1179 +
1180 +rdl:hires a rdl:ELHObjectProperty , owl:ObjectProperty ;
1181 + rdfs:domain dm:PossibleIndividual ;
1182 + rdfs:label "hires"^^xsd:string ;
1183 + rdfs:range dm:PossibleIndividual ;
1184 + rdl:defaultRdsId "R-aecd3a0b-f896-4492-9874-f40f8a45704e" ;
1185 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1186 + rdl:hasDefinition "The Possible Individual may hire the temporal part of a Possible Individual" ;
1187 + rdl:hasIdPCA "R-aecd3a0b-f896-4492-9874-f40f8a45704e" .
1188 +
1189 +rdl:RDS22164402886 a rdl:ELHClass .
1190 +
1191 +rdl:relativeResourceLocation
1192 + a owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
1193 + rdfs:domain rdl:DocumentRepresentation ;
1194 + rdfs:label "relative resource location"^^xsd:string ;
1195 + rdfs:range xsd:string ;
1196 + rdl:defaultRdsId "R-1be224e5-3acd-41f0-aa71-5e6a5000a255" ;
1197 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1198 + rdl:hasDefinition "The string that specifies the relative location of a resource, such as the location of a pdf document" ;
1199 + rdl:hasIdPCA "R-1be224e5-3acd-41f0-aa71-5e6a5000a255" .
1200 +
1201 +rdl:transports a rdl:ELHObjectProperty , owl:ObjectProperty ;
1202 + rdfs:domain dm:PossibleIndividual ;
1203 + rdfs:label "transports"^^xsd:string ;
1204 + rdfs:range dm:PossibleIndividual ;
1205 + rdl:defaultRdsId "R-7e8eb73c-f156-4dfd-8deb-e6852f4b3c0b" ;
1206 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1207 + rdl:hasDefinition "The Possible Individual transport may transport temporal part of another Possible Individual. For example, a Temporal Part of an Organization transports a Temporal Part of a CCU" ;
1208 + rdl:hasIdPCA "R-7e8eb73c-f156-4dfd-8deb-e6852f4b3c0b" .
1209 +
1210 +rdl:hasPayload a rdl:ELHObjectProperty , owl:ObjectProperty ;
1211 + rdfs:domain rdl:CargoCarryingUnit ;
1212 + rdfs:label "has payload"^^xsd:string ;
1213 + rdfs:range rdl:RDS353339 ;
1214 + rdl:defaultRdsId "R-0d5b724b-8440-4545-807d-afb8f9a19627" ;
1215 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1216 + rdl:hasDefinition "The Mass is the Payload of the temporal part of the Cargo Carrying Unit" ;
1217 + rdl:hasIdPCA "R-0d5b724b-8440-4545-807d-afb8f9a19627" .
1218 +
1219 +rdl:SpecialContainer a owl:Class , rdl:ELHClass ;
1220 + rdfs:label "special container"^^xsd:string ;
1221 + rdfs:subClassOf rdl:RDS22164402880 ;
1222 + rdl:defaultRdsId "R-ac4ab32f-97c9-4f8c-9476-20b1c151a374" ;
1223 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1224 + rdl:hasDefinition "A Special Container is a Freight Container that is used to transport special goods" ;
1225 + rdl:hasIdPCA "R-ac4ab32f-97c9-4f8c-9476-20b1c151a374" ;
1226 + owl:disjointWith rdl:LaundryContainer , rdl:FoodContainer , rdl:StandardContainer , rdl:IBCCarrier , rdl:ReeferContainer , rdl:OpenTopContainer , rdl:MiniContainer , rdl:GasRack .
1227 +
1228 +dm:PlanForActivity a rdl:ELHClass .
1229 +
1230 +rdl:actualTimeOfArrival
1231 + a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
1232 + rdfs:domain rdl:ActualActivity ;
1233 + rdfs:label "actual time of arrival"^^xsd:string ;
1234 + rdfs:range xsd:dateTime ;
1235 + rdl:defaultRdsId "R-74410c2a-3813-439c-9f0a-9d3da8e2a395" ;
1236 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1237 + rdl:hasDefinition "The date and time that specifies the actual time of arrival of a Cargo Carrying Unit in a journey or leg activity" ;
1238 + rdl:hasIdPCA "R-74410c2a-3813-439c-9f0a-9d3da8e2a395" .
1239 +
1240 +rdl:eventElhDate a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
1241 + rdfs:domain rdl:CargoCarryingUnitEvent ;
1242 + rdfs:label "event elh date"^^xsd:string ;
1243 + rdfs:range xsd:dateTime ;
1244 + rdl:defaultRdsId "R-2980d8e5-0a8f-4e17-8dd5-3e0a7a986b98" ;
1245 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1246 + rdl:hasDefinition "The date and time of an event that was created in EPIM LogisticsHub" ;
1247 + rdl:hasIdPCA "R-2980d8e5-0a8f-4e17-8dd5-3e0a7a986b98" .
1248 +
1249 +rdl:LoadingEvent a rdl:ELHClass , owl:Class ;
1250 + rdfs:label "loading event"^^xsd:string ;
1251 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
1252 + rdfs:subClassOf [ a owl:Restriction ;
1253 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
1254 + owl:onProperty rdl:eventElhDate
1255 + ] ;
1256 + rdfs:subClassOf [ a owl:Restriction ;
1257 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
1258 + owl:onProperty rdl:eventOrgCreationDate
1259 + ] ;
1260 + rdl:defaultRdsId "R-d53e6acd-d671-42b9-8837-0df274cc0b98" ;
1261 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1262 + rdl:hasDefinition "A Loading Event is a Cargo Carrying Unit Event that involves loading an object (i.e. product, shipment, asset, or container) into shipping conveyance" ;
1263 + rdl:hasIdPCA "R-d53e6acd-d671-42b9-8837-0df274cc0b98" ;
1264 + owl:disjointWith rdl:DepartingEvent , rdl:InspectingEvent , rdl:HireEndEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent , rdl:PackingEvent , rdl:ArrivingEvent , rdl:HireStartEvent .
1265 +
1266 +rdl:CargoCarryingUnitActivity
1267 + a owl:Class , rdl:ELHClass ;
1268 + rdfs:label "cargo carrying unit activity"^^xsd:string ;
1269 + rdfs:subClassOf dm:Activity ;
1270 + rdfs:subClassOf [ a owl:Restriction ;
1271 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
1272 + owl:onProperty rdl:id
1273 + ] ;
1274 + rdl:defaultRdsId "R-f5df8cfa-d261-47e4-9892-1b1a0c003f1d" ;
1275 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1276 + rdl:hasDefinition "A Cargo Carrying Unit Activity is an Activity that involves a Cargo Carrying Unit" ;
1277 + rdl:hasIdPCA "R-f5df8cfa-d261-47e4-9892-1b1a0c003f1d" .
1278 +
1279 +rdl:HireStartEvent a rdl:ELHClass , owl:Class ;
1280 + rdfs:label "hire start event"^^xsd:string ;
1281 + rdfs:subClassOf rdl:CargoCarryingUnitEvent ;
1282 + rdl:defaultRdsId "R-a48eb1e9-b3be-4b6a-b57e-17a34fb0448a" ;
1283 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1284 + rdl:hasDefinition "A Hire Start Event is a Cargo Carrying Unit Event that starts a Hire Activity" ;
1285 + rdl:hasIdPCA "R-a48eb1e9-b3be-4b6a-b57e-17a34fb0448a" ;
1286 + owl:disjointWith rdl:ArrivingEvent , rdl:DepartingEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent , rdl:HireEndEvent , rdl:LoadingEvent , rdl:PackingEvent , rdl:InspectingEvent .
1287 +
1288 +dm:ClassOfActivity a rdl:ELHClass , owl:Class ;
1289 + rdfs:label "Class Of Activity"^^xsd:string ;
1290 + rdfs:subClassOf dm:ClassOfIndividual .
1291 +
1292 +rdl:eventDateTime a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
1293 + rdfs:domain rdl:CargoCarryingUnitEvent ;
1294 + rdfs:label "event date time"^^xsd:string ;
1295 + rdfs:range xsd:dateTime ;
1296 + rdl:defaultRdsId "R-27c8e891-b4cf-4151-ad6e-43a4e3b163b5" ;
1297 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1298 + rdl:hasDefinition "The date and time of an event for a Cargo Carrying Unit, based on EPCIS standard event time" ;
1299 + rdl:hasIdPCA "R-27c8e891-b4cf-4151-ad6e-43a4e3b163b5" .
1300 +
1301 +rdl:seeReferenceData a owl:DatatypeProperty ;
1302 + rdfs:domain owl:Thing ;
1303 + rdfs:range xsd:string ;
1304 + rdl:defaultRdsId "R-647d89d2-8d9f-4263-a716-4d44def88070" ;
1305 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1306 + rdl:hasIdPCA "R-647d89d2-8d9f-4263-a716-4d44def88070" .
1307 +
1308 +rdl:eventTimeZone a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
1309 + rdfs:domain rdl:CargoCarryingUnitEvent ;
1310 + rdfs:label "event time zone"^^xsd:string ;
1311 + rdfs:range xsd:string ;
1312 + rdl:defaultRdsId "R-3ec5d496-cd1b-4129-b091-8af11bf5e68b" ;
1313 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1314 + rdl:hasDefinition "The string that specifies the time zone of an event based on eventTimeZoneOffset of the EPCIS standard" ;
1315 + rdl:hasIdPCA "R-3ec5d496-cd1b-4129-b091-8af11bf5e68b" .
1316 +
1317 +rdl:uses a rdl:ELHObjectProperty , owl:ObjectProperty ;
1318 + rdfs:domain rdl:Organization ;
1319 + rdfs:label "uses"^^xsd:string ;
1320 + rdfs:range dm:PhysicalObject ;
1321 + rdl:defaultRdsId "R-d006a47c-1e25-4078-8248-6852a3fbea5d" ;
1322 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1323 + rdl:hasDefinition "The Physical Object is used by a Temporal Part Of An Organization. For example, a Cargo Carrying Unit is used by an Organization in the context of an event" ;
1324 + rdl:hasIdPCA "R-d006a47c-1e25-4078-8248-6852a3fbea5d" .
1325 +
1326 +rdl:PlannedActivity a rdl:ELHClass .
1327 +
1328 +rdl:OpenTopContainer a owl:Class , rdl:ELHClass ;
1329 + rdfs:label "open top container"^^xsd:string ;
1330 + rdfs:subClassOf rdl:RDS22164402880 ;
1331 + rdl:defaultRdsId "R-4f42c2b1-66bc-4e67-af19-8467d214cbab" ;
1332 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1333 + rdl:hasDefinition "An Open Top Container is a Freight Container that is fitted with a solid removable roof, or with a tarpaulin roof so the container can be loaded or unloaded from the top" ;
1334 + rdl:hasIdPCA "R-4f42c2b1-66bc-4e67-af19-8467d214cbab" ;
1335 + owl:disjointWith rdl:StandardContainer , rdl:LaundryContainer , rdl:ReeferContainer , rdl:MiniContainer , rdl:SpecialContainer , rdl:IBCCarrier , rdl:GasRack , rdl:FoodContainer .
1336 +
1337 +rdl:gs1PostalCode a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
1338 + rdfs:domain rdl:GLNLocation ;
1339 + rdfs:label "gs1 postal code"^^xsd:string ;
1340 + rdfs:range xsd:string ;
1341 + rdl:defaultRdsId "R-2fa3e5be-4474-4cf8-ac01-02a155d4916a" ;
1342 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1343 + rdl:hasDefinition "The string that specifies the Postal Code in the GS1 database" ;
1344 + rdl:hasIdPCA "R-2fa3e5be-4474-4cf8-ac01-02a155d4916a" .
1345 +
1346 +rdl:SideDoorBasket a rdl:ELHClass , owl:Class ;
1347 + rdfs:label "side door basket"^^xsd:string ;
1348 + rdfs:subClassOf rdl:RDS13621366 ;
1349 + rdl:defaultRdsId "R-9d3897a4-2eb4-48dd-8884-a8c350e8840d" ;
1350 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1351 + rdl:hasDefinition "A Side Door Basket is a Basket that can be opened on its side" ;
1352 + rdl:hasIdPCA "R-9d3897a4-2eb4-48dd-8884-a8c350e8840d" ;
1353 + owl:disjointWith rdl:SpecialBasket , rdl:HalfHighBasket , rdl:HeavyLiftBasket , rdl:ToolboxBasket , rdl:StandardBasket .
1354 +
1355 +rdl:CuttingsContainer
1356 + a rdl:ELHClass , owl:Class ;
1357 + rdfs:label "cuttings container"^^xsd:string ;
1358 + rdfs:subClassOf rdl:RDS221644028121 ;
1359 + rdl:defaultRdsId "R-0daff51d-06d8-435b-98b8-bd41d21de3e0" ;
1360 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1361 + rdl:hasDefinition "A Cuttings Container is a Waste Container that is used for transportation and safe handling of hydrocarbon contaminated drill cuttings to and from an offshore platform" ;
1362 + rdl:hasIdPCA "R-0daff51d-06d8-435b-98b8-bd41d21de3e0" .
1363 +
1364 +rdl:estimatedTimeOfDeparture
1365 + a rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
1366 + rdfs:domain rdl:CargoCarryingUnit ;
1367 + rdfs:label "estimated time of departure"^^xsd:string ;
1368 + rdfs:range xsd:dateTime ;
1369 + rdl:defaultRdsId "R-070fe0a0-b56b-4cab-b49f-f379362b4d1a" ;
1370 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1371 + rdl:hasDefinition "The date and time that specifies the estimated time of departure of a Cargo Carrying Unit in a journey or leg" ;
1372 + rdl:hasIdPCA "R-070fe0a0-b56b-4cab-b49f-f379362b4d1a" .
1373 +
1374 +rdl:FoodContainer a owl:Class , rdl:ELHClass ;
1375 + rdfs:label "food container"^^xsd:string ;
1376 + rdfs:subClassOf rdl:RDS22164402880 ;
1377 + rdl:defaultRdsId "R-f4870ed6-11e7-4f3d-87de-b68b403b4263" ;
1378 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1379 + rdl:hasDefinition "A Food Container is a Freight Container that is used to transport food" ;
1380 + rdl:hasIdPCA "R-f4870ed6-11e7-4f3d-87de-b68b403b4263" ;
1381 + owl:disjointWith rdl:SpecialContainer , rdl:GasRack , rdl:MiniContainer , rdl:ReeferContainer , rdl:OpenTopContainer , rdl:LaundryContainer , rdl:StandardContainer , rdl:IBCCarrier .
1382 +
1383 +rdl:finallyLocatedAt a rdl:ELHObjectProperty , owl:ObjectProperty ;
1384 + rdfs:domain rdl:PlannedActivity ;
1385 + rdfs:label "finally located at"^^xsd:string ;
1386 + rdfs:range rdl:Location ;
1387 + rdl:defaultRdsId "R-14a2150b-04b3-4607-8da2-3f710d2436eb" ;
1388 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1389 + rdl:hasDefinition "The Location is the (offshore or onshore) destination location of a Planned Activity" ;
1390 + rdl:hasIdPCA "R-14a2150b-04b3-4607-8da2-3f710d2436eb" .
1391 +
1392 +rdl:hasImoCertificate
1393 + a owl:ObjectProperty , rdl:ELHObjectProperty ;
1394 + rdfs:domain rdl:CargoCarryingUnit ;
1395 + rdfs:label "has imo certificate"^^xsd:string ;
1396 + rdfs:range rdl:ImoCertificate ;
1397 + rdl:defaultRdsId "R-f9e924c0-88dc-49cd-aa13-d79e660b05b9" ;
1398 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1399 + rdl:hasDefinition "The IMO Certificate is certificate for a Temporal Part Of Cargo Carrying Unit" ;
1400 + rdl:hasIdPCA "R-f9e924c0-88dc-49cd-aa13-d79e660b05b9" .
1401 +
1402 +rdl:hasDocument a rdl:ELHObjectProperty , owl:ObjectProperty ;
1403 + rdfs:domain owl:Thing ;
1404 + rdfs:label "has document"^^xsd:string ;
1405 + rdfs:range rdl:DocumentRepresentation ;
1406 + rdl:defaultRdsId "R-ed4ef680-85f8-4135-82ca-f4aa17b7e2e1" ;
1407 + rdl:hasCreationDate "2016.03.12"^^xsd:date ;
1408 + rdl:hasDefinition "The Document Representation is documentation of a Thing" ;
1409 + rdl:hasIdPCA "R-ed4ef680-85f8-4135-82ca-f4aa17b7e2e1" .