@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://auroral.iot.linkeddata.es/def/shipment#address rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#amount rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#apartment rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#city rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#createdTime rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#hasDeliveryAddress rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#hasPickupAddress rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#height rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#inCurrency rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#inShipment rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#orderDescription rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#postal rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#price rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#uuidProduct rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#uuidShipment rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#weight rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/shipment#width rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### http://publications.europa.eu/resource/authority/currency/Currency rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/shipment#Address rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/shipment#Price rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/shipment#Product rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/shipment#Shipment rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### http://publications.europa.eu/resource/authority/currency/Euro rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#Briquette rdf:type owl:NamedIndividual , ; ; "123" . ### https://auroral.iot.linkeddata.es/def/shipment#DeliveryAddress1 rdf:type owl:NamedIndividual , ; "Camino Viejo" ; "12" ; "Madrid" ; "3080" . ### https://auroral.iot.linkeddata.es/def/shipment#PickupAddress1 rdf:type owl:NamedIndividual , ; "Alche" ; "12" ; "Madrid" ; "3029" . ### https://auroral.iot.linkeddata.es/def/shipment#Price1 rdf:type owl:NamedIndividual , ; "12.0"^^xsd:float ; . ### https://auroral.iot.linkeddata.es/def/shipment#shipment1 rdf:type owl:NamedIndividual , ; "1201-01-01T12:10:14"^^xsd:dateTime ; ; ; "20 cm" ; ; "shipment of biuomass product" ; ; "491" ; "2 kg" ; "25 cm" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/