@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://auroral.iot.linkeddata.es/def/biomass#hasCaliber rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/biomass#hasTradingForm rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/biomass#quantity rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/biomass#quantityPerCaliber rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/biomass#quantityPerGroup rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/biomass#relatedTo rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/biomass#value rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/biomass#Biomass rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassSubGroup rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#BoughtQuantityPerGroup rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#Caliber rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#CurrentQuantity rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantity rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantityPerCaliber rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#TotalQuantity rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/biomass#TradingForm rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/shipment#BoughtQuantity rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/biomass#Biomass1 rdf:type owl:NamedIndividual , ; , , , . ### https://auroral.iot.linkeddata.es/def/biomass#BoughtQuantityBiomass1 rdf:type owl:NamedIndividual , ; , . ### https://auroral.iot.linkeddata.es/def/biomass#BoughtQuantityForest rdf:type owl:NamedIndividual , ; . ### https://auroral.iot.linkeddata.es/def/biomass#BoughtQuantityHerbaceaous rdf:type owl:NamedIndividual , ; . ### https://auroral.iot.linkeddata.es/def/biomass#CurrentQuantityBiomass1 rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#ForestPlantationAndOtherVirginWood rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#HerbaceousBiomassFromAgriculture rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#PS1 rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#PS2 rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantityBiomass1 rdf:type owl:NamedIndividual , ; , ; "200" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantityForest rdf:type owl:NamedIndividual , ; ; "90" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantityHerbaceaous rdf:type owl:NamedIndividual , ; , , ; ; "110" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantityPerCaliber1 rdf:type owl:NamedIndividual , ; ; ; "50" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantityPerCaliber2 rdf:type owl:NamedIndividual , ; ; ; "60" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantityPerCaliber3 rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#TotalQuantityBiomass1 rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#Trady rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#WoodyChip rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/