@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### market:https://auroral.iot.linkeddata.es/def/market#buy rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#categoryName rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#categoryTYpe rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#categroyId rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#hasCategory rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#hasId rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#hasName rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#hasQuantity rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#name rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#stockId rdf:type owl:AnnotationProperty . ### market:https://auroral.iot.linkeddata.es/def/market#stockQuantity rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### market:https://auroral.iot.linkeddata.es/def/market#Category rdf:type owl:Class . ### market:https://auroral.iot.linkeddata.es/def/market#Consumer rdf:type owl:Class . ### market:https://auroral.iot.linkeddata.es/def/market#Product rdf:type owl:Class . ### market:https://auroral.iot.linkeddata.es/def/market#Stock rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### market:https://auroral.iot.linkeddata.es/def/market#Category1 rdf:type owl:NamedIndividual , ; "Biomass" ; "1" ; "4" . ### market:https://auroral.iot.linkeddata.es/def/market#Consumer1 rdf:type owl:NamedIndividual , ; ; "3" ; "Juan" . ### market:https://auroral.iot.linkeddata.es/def/market#Product1 rdf:type owl:NamedIndividual , ; ; "23467" ; "Briquettes" ; . ### market:https://auroral.iot.linkeddata.es/def/market#Quantity1 rdf:type owl:NamedIndividual , ; "12" ; "156 kg" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/