@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; "Ahlem Rhayem" , "Andrea Cimmino" , "Juan Cano" , "Maria Poveda Villalon" , "Raul Garcia Castro" ; "This ontology aims to model the characteristics of the biomass for the AURORAL project." ; "The AURORAL Biomass Ontology" ; . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://auroral.iot.linkeddata.es/def/biomass#belongsToType :belongsToType rdf:type owl:ObjectProperty ; rdfs:domain :BiomassOrigin ; rdfs:range :BiomassType ; rdfs:comment "Relationship between the biomass and its type" ; rdfs:label "belongs to type" . ### https://auroral.iot.linkeddata.es/def/biomass#boughtQuantityPerGroup :boughtQuantityPerGroup rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :BoughtPerGroup ; rdfs:comment "Relationship between the biomass and the quantity per group" ; rdfs:label "bought quantity per group" . ### https://auroral.iot.linkeddata.es/def/biomass#consumes :consumes rdf:type owl:ObjectProperty ; rdfs:domain :Biomass ; rdfs:range ; rdfs:comment "Relationship between the Biomass and the energy that it consumes" ; rdfs:label "consumes" . ### https://auroral.iot.linkeddata.es/def/biomass#hasAches :hasAches rdf:type owl:ObjectProperty ; rdfs:domain :Biomass ; rdfs:range :Aches ; rdfs:comment "Relationship between the biomass and the aches" ; rdfs:label "has aches" . ### https://auroral.iot.linkeddata.es/def/biomass#hasCaliber :hasCaliber rdf:type owl:ObjectProperty ; rdfs:domain :SoldPerCaliber ; rdfs:range :Caliber ; rdfs:comment "Relationship between the biomass quantity and its caliber" ; rdfs:label "has caliber" . ### https://auroral.iot.linkeddata.es/def/biomass#hasGroup :hasGroup rdf:type owl:ObjectProperty ; rdfs:domain :BiomassOrigin ; rdfs:range :BiomassGroup ; rdfs:comment "Relationship between the biomass and the its groups" ; rdfs:label "has group" . ### https://auroral.iot.linkeddata.es/def/biomass#hasHumidity :hasHumidity rdf:type owl:ObjectProperty ; rdfs:domain :Biomass ; rdfs:range :Humidity ; rdfs:comment "Relationship between the biomass and its humidity" ; rdfs:label "has humidity" . ### https://auroral.iot.linkeddata.es/def/biomass#hasOrigin :hasOrigin rdf:type owl:ObjectProperty ; rdfs:domain :Biomass ; rdfs:range :BiomassOrigin ; rdfs:comment "Relationship between the biomass and its origin" ; rdfs:label "has origin" . ### https://auroral.iot.linkeddata.es/def/biomass#hasSubGroup :hasSubGroup rdf:type owl:ObjectProperty ; rdfs:domain :BiomassOrigin ; rdfs:range :BiomassSubGroup ; rdfs:comment "Relationship between the biomass and its subgroup" ; rdfs:label "has sub group" . ### https://auroral.iot.linkeddata.es/def/biomass#hasSubType :hasSubType rdf:type owl:ObjectProperty ; rdfs:domain :BiomassOrigin ; rdfs:range :BiomassSubType ; rdfs:comment "Relationship between the biomass and its subType" ; rdfs:label "has sub type" . ### https://auroral.iot.linkeddata.es/def/biomass#hasTradingForm :hasTradingForm rdf:type owl:ObjectProperty ; rdfs:range :TradingForm ; rdfs:comment "Relationship between the quantity of the biomass and it strading form" ; rdfs:label "has trading form" . ### https://auroral.iot.linkeddata.es/def/biomass#inCurrency :inCurrency rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "Relationship between the price and its currencies" ; rdfs:label "in currency" . ### https://auroral.iot.linkeddata.es/def/biomass#produces :produces rdf:type owl:ObjectProperty ; rdfs:domain :Biomass ; rdfs:range ; rdfs:comment "Relationship between the Biomass and the enregy that it produces" . ### https://auroral.iot.linkeddata.es/def/biomass#quantity :quantity rdf:type owl:ObjectProperty ; rdfs:domain :Biomass ; rdfs:range :Quantity ; rdfs:comment "Relationship between the Biomass and its quantity" ; rdfs:label "quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#quantityPerCaliber :quantityPerCaliber rdf:type owl:ObjectProperty ; rdfs:domain :SoldPerGroup ; rdfs:range :SoldPerCaliber ; rdfs:comment "Relationship between the sold quantity per group and its related Caliber" ; rdfs:label "quantity per caliber" . ### https://auroral.iot.linkeddata.es/def/biomass#relatedTo :relatedTo rdf:type owl:ObjectProperty ; rdfs:range :BiomassSubGroup ; rdfs:comment "Relationship between the quantity per group and the quantity per sold and its and its subgroup" ; rdfs:label "related to" . ### https://auroral.iot.linkeddata.es/def/biomass#soldQuantityPerGroup :soldQuantityPerGroup rdf:type owl:ObjectProperty ; rdfs:domain :SoldQuantity ; rdfs:range :SoldPerGroup ; rdfs:comment "A relationship between a sold quantity and its groups" ; rdfs:label "sold quantity per group" . ### https://saref.etsi.org/core#hasPrice rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "Relationship between the price and the energy" ; rdfs:label "has price" . ### https://saref.etsi.org/core#isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "Relationship between the measurement and its units" ; rdfs:label "is measured in" . ### https://saref.etsi.org/core#relatesToMeasurement rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship between a property and the measurements it relates to" ; rdfs:label "relates to measurement" . ### https://saref.etsi.org/core#relatesToProperty rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship between a measurement and the property it relates to" ; rdfs:label "relates to property" . ### https://www.w3.org/ns/org#broader rdf:type owl:ObjectProperty ; rdfs:comment "To assert that one concept is broader in meaning (i.e. more general) than another" ; rdfs:label "broader" . ### https://www.w3.org/ns/org#narrower rdf:type owl:ObjectProperty ; rdfs:comment "Assert the inverse of the broader relationship, namely when one concept is narrower in meaning (i.e. more specific) than another." ; rdfs:label "narrower" . ################################################################# # Data properties ################################################################# ### https://auroral.iot.linkeddata.es/def/biomass#avgSustainabilityScore :avgSustainabilityScore rdf:type owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:comment "The average sustainability of a biomass" ; rdfs:label "avg sustainability score" . ### https://auroral.iot.linkeddata.es/def/biomass#dimension :dimension rdf:type owl:DatatypeProperty ; rdfs:domain :Biomass ; rdfs:range xsd:string ; rdfs:comment "The dimension of a Biomass" . ### https://auroral.iot.linkeddata.es/def/biomass#hasDescription :hasDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The description of a given entity" ; rdfs:label "has description" . ### https://auroral.iot.linkeddata.es/def/biomass#hasId :hasId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The identifier of an entity" ; rdfs:label "has id" . ### https://auroral.iot.linkeddata.es/def/biomass#hasName :hasName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The name of an entity" ; rdfs:label "has name" . ### https://auroral.iot.linkeddata.es/def/biomass#priceValue :priceValue rdf:type owl:DatatypeProperty ; rdfs:domain :BiomassEnergyPrice ; rdfs:range xsd:float ; rdfs:comment "The value of a price" ; rdfs:label "price value" . ### https://auroral.iot.linkeddata.es/def/biomass#value :value rdf:type owl:DatatypeProperty ; rdfs:domain :Quantity ; rdfs:range xsd:float ; rdfs:comment "The value of a quantity" ; rdfs:label "value" . ### https://saref.etsi.org/core#hasTimeStamp rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:dateTime ; rdfs:comment "The timestamp of a Measurement" ; rdfs:label "has timestamp" . ### https://saref.etsi.org/core#hasValue rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:float ; rdfs:comment "The value of a measurement" ; rdfs:label "has value" . ################################################################# # Classes ################################################################# ### http://publications.europa.eu/resource/authority/Currency rdf:type owl:Class ; rdfs:comment "The currency of the biomass energy price" ; rdfs:label "Currency" . ### https://auroral.iot.linkeddata.es/def/adapters#Energy rdf:type owl:Class ; rdfs:comment "Refers to the energy that could be produced or used by a Biomass" ; rdfs:label "Energy" . ### https://auroral.iot.linkeddata.es/def/biomass#Aches :Aches rdf:type owl:Class ; rdfs:comment "Ash is the residue after combustion. Biomass ash is naturally alkaline. Ash content is usually small for wood but can reach up to 20% in mass for some biomasses (see Table 9.6)." ; rdfs:label "Aches" . ### https://auroral.iot.linkeddata.es/def/biomass#Biomass :Biomass rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :consumes ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasAches ; owl:someValuesFrom :Aches ] , [ rdf:type owl:Restriction ; owl:onProperty :hasHumidity ; owl:someValuesFrom :Humidity ] , [ rdf:type owl:Restriction ; owl:onProperty :hasOrigin ; owl:someValuesFrom :BiomassOrigin ] , [ rdf:type owl:Restriction ; owl:onProperty :produces ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :quantity ; owl:someValuesFrom :Quantity ] ; rdfs:comment "Biomass is organic, non-fossil material of biological origin (plants and animals) used as a raw material for production of biofuels." ; rdfs:label "Biomass" . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassEnergyPrice :BiomassEnergyPrice rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "The amount of the biomass energy price" ; rdfs:label "Biomass Energy Price" . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassGroup :BiomassGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :BiomassSubGroup ] ; rdfs:comment "Determines the five main groups of biomass: Woody, Herbaceous, Fruit, Aquatic, Blends and mixtures" ; rdfs:label "Biomass Group" . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassOrigin :BiomassOrigin rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :belongsToType ; owl:someValuesFrom :BiomassType ] , [ rdf:type owl:Restriction ; owl:onProperty :hasGroup ; owl:someValuesFrom :BiomassGroup ] , [ rdf:type owl:Restriction ; owl:onProperty :hasSubGroup ; owl:someValuesFrom :BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty :hasSubType ; owl:someValuesFrom :BiomassSubType ] ; rdfs:comment "Detremine the origin of the biomass, The origin is mainly composed by the group, the sub-group, the type and the sub-type" ; rdfs:label "Biomass Origin" . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassSubGroup :BiomassSubGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :BiomassGroup ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :BiomassType ] ; rdfs:comment "Refers to the list sub-group of the biomass" ; rdfs:label "Biomass Sub Group" . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassSubType :BiomassSubType rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :BiomassType ] ; rdfs:comment "Refers to the list of biomass sub-type origin" ; rdfs:label "Biomass Sub Type" . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassType :BiomassType rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :BiomassSubType ] ; rdfs:comment "Refers to the list of biomass type origin" ; rdfs:label "Biomass Type" . ### https://auroral.iot.linkeddata.es/def/biomass#BoughtPerGroup :BoughtPerGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :relatedTo ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty :value ; owl:someValuesFrom xsd:float ] ; rdfs:comment "Refers to the bought quantity of biomass per group" ; rdfs:label "Bought Per Group" . ### https://auroral.iot.linkeddata.es/def/biomass#Caliber :Caliber rdf:type owl:Class ; rdfs:comment "The degree of quality or excellence of biomass quantity" ; rdfs:label "Caliber" . ### https://auroral.iot.linkeddata.es/def/biomass#CurrentQuantity :CurrentQuantity rdf:type owl:Class ; rdfs:subClassOf :Quantity ; rdfs:comment "The current quantity biomass" ; rdfs:label "Current Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#Humidity :Humidity rdf:type owl:Class ; rdfs:comment "Refers to the humidity of a biomass" ; rdfs:label "Humidity" . ### https://auroral.iot.linkeddata.es/def/biomass#Quantity :Quantity rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :value ; owl:someValuesFrom xsd:float ] ; rdfs:comment "The quantity of the biomass" ; rdfs:label "Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldPerCaliber :SoldPerCaliber rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasCaliber ; owl:someValuesFrom :Caliber ] , [ rdf:type owl:Restriction ; owl:onProperty :hasTradingForm ; owl:someValuesFrom :TradingForm ] ; rdfs:comment "The sold quantity per caliber for a biomass" ; rdfs:label "Sold Per Caliber" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldPerGroup :SoldPerGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :relatedTo ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty :value ; owl:someValuesFrom xsd:float ] ; rdfs:comment "The sold quantity per group for a biomass" ; rdfs:label "Sold Per Group" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldQuantity :SoldQuantity rdf:type owl:Class ; rdfs:subClassOf :Quantity ; rdfs:comment "The sold quantity of the biomass" ; rdfs:label "Sold Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#TotalQuantity :TotalQuantity rdf:type owl:Class ; rdfs:subClassOf :Quantity ; rdfs:comment "The total quantity of the biomass" ; rdfs:label "Total Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#TradingForm :TradingForm rdf:type owl:Class ; rdfs:comment "The trading form of a biomass" ; rdfs:label "Trading Form" . ### https://auroral.iot.linkeddata.es/def/shipment#BoughtQuantity rdf:type owl:Class ; rdfs:subClassOf :Quantity ; rdfs:comment "The bought quantity of the biomass" ; rdfs:label "Bought Quantity" . ### https://saref.etsi.org/core#Measurement rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "The measurement related to the energy produced or consumed by a biomass" ; rdfs:label "Measurement" . ### https://saref.etsi.org/core#Price rdf:type owl:Class ; rdfs:comment "The price of the biomass energy" ; rdfs:label "Price" . ### https://saref.etsi.org/core#Property rdf:type owl:Class ; rdfs:comment "A quality of a feature of interest that can be measured; an aspect of a feature of interest that is intrinsic to and cannot exist without the feature" ; rdfs:label "Property" . ### https://saref.etsi.org/core#UnitOfMeasure rdf:type owl:Class ; rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)." ; rdfs:label "Unit of Measure" . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/adapters#EnergyConsumption rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/adapters#EnergyProduction rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/biomass#Algae :Algae rdf:type owl:NamedIndividual , :BiomassSubGroup ; :AquaticBiomass ; :BlendsAndMixturesAlgae , :MacroAlgae , :MicroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#AquaticBiomass :AquaticBiomass rdf:type owl:NamedIndividual , :BiomassGroup ; :Algae , :BlendsAndMixturesAquaticBiomass , :LakeAndSeaGrass , :Reeds , :WaterHyacinth . ### https://auroral.iot.linkeddata.es/def/biomass#BambooGrasses :BambooGrasses rdf:type owl:NamedIndividual , :BiomassSubType ; :Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyTreatedUsedWood :BarkChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents :BarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyUntreatedUsedWood :BarkChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyUntreatedWoodByProductsAndResidues :BarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedWoodbyProductsAndResidues ; rdfs:comment "from industry operations" . ### https://auroral.iot.linkeddata.es/def/biomass#BarkFromForestryOperations :BarkFromForestryOperations rdf:type owl:NamedIndividual , :BiomassType . ### https://auroral.iot.linkeddata.es/def/biomass#BarkFromIndustryOperations :BarkFromIndustryOperations rdf:type owl:NamedIndividual , :BiomassSubType . ### https://auroral.iot.linkeddata.es/def/biomass#Berries :Berries rdf:type owl:NamedIndividual , :BiomassType ; :OrchardAndHorticultureFruit ; :BlendsAndMixturesBerries , :FleshBerries , :SeedsBerries , :WholeBerries . ### https://auroral.iot.linkeddata.es/def/biomass#BerriesChemicallyTreatedFruitResidues :BerriesChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BerriesChemicallyUntreatedFruitResidues :BerriesChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#Blends :Blends rdf:type owl:NamedIndividual , :BiomassSubGroup . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMIxturesStoneOrKernelFruit :BlendsAndMIxturesStoneOrKernelFruit rdf:type owl:NamedIndividual , :BiomassSubType ; :StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixtures :BlendsAndMixtures rdf:type owl:NamedIndividual , :BiomassGroup . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesAlgae :BlendsAndMixturesAlgae rdf:type owl:NamedIndividual , :BiomassType ; :Algae . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesAquaticBiomass :BlendsAndMixturesAquaticBiomass rdf:type owl:NamedIndividual , :BiomassSubGroup ; :AquaticBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesBerries :BlendsAndMixturesBerries rdf:type owl:NamedIndividual , :BiomassSubType ; :Berries . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesByProductsAndResiduesFromFoodAndFruitProcessingIndustry :BlendsAndMixturesByProductsAndResiduesFromFoodAndFruitProcessingIndustry rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndResiduesFromFoodAndFruitProcessingIndustry . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesByProductsAndResiduesFromFoodAndHerbaceousProcesingIndustry :BlendsAndMixturesByProductsAndResiduesFromFoodAndHerbaceousProcesingIndustry rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesByProductsAndResiduesFromWoodProcessingIndustry :BlendsAndMixturesByProductsAndResiduesFromWoodProcessingIndustry rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndResiduesFromWoodProcessingIndustry . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesCerealCrops :BlendsAndMixturesCerealCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyTreatedFruitResidues :BlendsAndMixturesChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyTreatedHerbaceousResidues :BlendsAndMixturesChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyUntreatedFruitResidues :BlendsAndMixturesChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyUntreatedHerbaceousResidues :BlendsAndMixturesChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesFlowers :BlendsAndMixturesFlowers rdf:type owl:NamedIndividual , :BiomassSubType ; :Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesForestPlantation :BlendsAndMixturesForestPlantation rdf:type owl:NamedIndividual , :BiomassType ; :ForestPlantation . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesFruitBiomass :BlendsAndMixturesFruitBiomass rdf:type owl:NamedIndividual , :BiomassSubGroup ; :FruitBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesGrasses :BlendsAndMixturesGrasses rdf:type owl:NamedIndividual , :BiomassSubType ; :Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesHerbaceousBiomass :BlendsAndMixturesHerbaceousBiomass rdf:type owl:NamedIndividual , :BiomassSubGroup ; :HerbaceousBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesHerbaceousBiomassFromAgricultureAndHorticulture :BlendsAndMixturesHerbaceousBiomassFromAgricultureAndHorticulture rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesLeakAndSeaGrass :BlendsAndMixturesLeakAndSeaGrass rdf:type owl:NamedIndividual , :BiomassType ; :LakeAndSeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesLegumeCrops :BlendsAndMixturesLegumeCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesLoggingResidues :BlendsAndMixturesLoggingResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :LoggingResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesNutsAndAcorns :BlendsAndMixturesNutsAndAcorns rdf:type owl:NamedIndividual , :BiomassSubType ; :NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesOilSeedCrops :BlendsAndMixturesOilSeedCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesOrchardAndHorticultureFruit :BlendsAndMixturesOrchardAndHorticultureFruit rdf:type owl:NamedIndividual , :BiomassType ; :OrchardAndHorticultureFruit . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesReeds :BlendsAndMixturesReeds rdf:type owl:NamedIndividual , :BiomassType ; :Reeds . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesRootCrops :BlendsAndMixturesRootCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesStemwood :BlendsAndMixturesStemwood rdf:type owl:NamedIndividual , :BiomassSubType ; :Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesStumpsOrRoots :BlendsAndMixturesStumpsOrRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :StumpsOrRoots ; rdfs:label "Blends And Mixtures Stumps or roots" . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesUsedWood :BlendsAndMixturesUsedWood rdf:type owl:NamedIndividual , :BiomassType ; :UsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesWholeTreesWithRoots :BlendsAndMixturesWholeTreesWithRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesWholeTreesWithoutRoots :BlendsAndMixturesWholeTreesWithoutRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesWoodyBiomass :BlendsAndMixturesWoodyBiomass rdf:type owl:NamedIndividual , :BiomassSubGroup ; :WoodyBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafStumpsOrRoots :BroadLeafStumpsOrRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWholeTreesWithRoots :BroadLeafWholeTreesWithRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWholeTreesWithoutRoots :BroadLeafWholeTreesWithoutRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithBarkChemicallyUntreatedWoodByProductsAndResidues :BroadLeafWithBarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithBarkStemwood :BroadLeafWithBarkStemwood rdf:type owl:NamedIndividual , :BiomassSubType ; :Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithoutBarkChemicallyUntreatedWoodByProductsAndResidues :BroadLeafWithoutBarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithoutBarkStemwood :BroadLeafWithoutBarkStemwood rdf:type owl:NamedIndividual , :BiomassSubType ; :Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#BrownSeaWeed :BrownSeaWeed rdf:type owl:NamedIndividual , :BiomassSubType ; :MacroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#BushesStumpsOrRoots :BushesStumpsOrRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BushesWholeTreesWithRoots :BushesWholeTreesWithRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BushesWholeTreesWithoutRoots :BushesWholeTreesWithoutRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ByProductsAndResiduesFromFoodAndFruitProcessingIndustry :ByProductsAndResiduesFromFoodAndFruitProcessingIndustry rdf:type owl:NamedIndividual , :BiomassSubGroup ; :FruitBiomass ; :BlendsAndMixturesByProductsAndResiduesFromFoodAndFruitProcessingIndustry , :ChemicallyTreatedFruitResidues , :ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ByProductsAndResiduesFromWoodProcessingIndustry :ByProductsAndResiduesFromWoodProcessingIndustry rdf:type owl:NamedIndividual , :BiomassSubGroup ; :WoodyBiomass ; :BlendsAndMixturesByProductsAndResiduesFromWoodProcessingIndustry , :ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , :ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry :ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry rdf:type owl:NamedIndividual , :BiomassSubGroup ; :HerbaceousBiomass ; :BlendsAndMixturesByProductsAndResiduesFromFoodAndHerbaceousProcesingIndustry , :ChemicallyTreatedHerbaceousResidues , :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCrops :CerealCrops rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture ; :BlendsAndMixturesCerealCrops , :GrainsOrSeedsCerealCrops , :HusksOrShellsCerealCrops , :StrawPartsCerealCrops , :WholePlantCerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCropsAndGrasses :CerealCropsAndGrasses rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedHerbaceousResidues , :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCropsAndGrassesChemicallyTreatedherbaceousResidues :CerealCropsAndGrassesChemicallyTreatedherbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCropsAndGrassesChemicallyUntreatedHerbaceousResidues :CerealCropsAndGrassesChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedFruitResidues :ChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndResiduesFromFoodAndFruitProcessingIndustry ; :BerriesChemicallyTreatedFruitResidues , :BlendsAndMixturesChemicallyTreatedFruitResidues , :ExhaustedOliveCakeChemicallyTreatedFruitResidues , :NutsAndAcornsChemicallyTreatedFruitResidues , :StoneOrKernelFruitsChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedHerbaceousResidues :ChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry ; :BlendsAndMixturesChemicallyTreatedHerbaceousResidues , :CerealCropsAndGrassesChemicallyTreatedherbaceousResidues , :FlowersChemicallyTreatedHerbaceousResidues , :LegumeCropsChemicallyTreatedHerbaceousResidues , :OilSeedCropsChemicallyTreatedHerbaceousResidues , :RootCropsChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedUsedWood :ChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , :BiomassType ; :UsedWood ; :BarkChemicallyTreatedUsedWood , :WithBarkChemicallyTreatedUsedWood , :WithoutBarkChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents :ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndResiduesFromWoodProcessingIndustry ; :BarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , :FibresAndWoodConstituentsChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , :WithBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , :WithoutBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedFruitResidues :ChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndResiduesFromFoodAndFruitProcessingIndustry ; :BerriesChemicallyUntreatedFruitResidues , :BlendsAndMixturesChemicallyUntreatedFruitResidues , :CrudeOliveCakeChemicallyUntreatedFruitResidues , :NutsAndAcornsChemicallyUntreatedFruitResidues , :StoneOrKernelFruitsOrFruitFibreChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedHerbaceousResidues :ChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry ; :BlendsAndMixturesChemicallyUntreatedHerbaceousResidues , :CerealCropsAndGrassesChemicallyUntreatedHerbaceousResidues , :FlowersChemicallyUntreatedHerbaceousResidues , :LegumeCropsChemicallyUntreatedHerbaceousResidues , :OilSeedCropsChemicallyUntreatedHerbaceousResidues , :RootCropsChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedUsedWood :ChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , :BiomassType ; :UsedWood ; :BarkChemicallyUntreatedUsedWood , :WithBrakChemicallyUntreatedUsedWood , :WithoutBarkChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedWoodbyProductsAndResidues :ChemicallyUntreatedWoodbyProductsAndResidues rdf:type owl:NamedIndividual , :BiomassType ; :ByProductsAndResiduesFromWoodProcessingIndustry ; :BarkChemicallyUntreatedWoodByProductsAndResidues , :BroadLeafWithBarkChemicallyUntreatedWoodByProductsAndResidues , :BroadLeafWithoutBarkChemicallyUntreatedWoodByProductsAndResidues , :ConiferousWithBrakChemicallyUntreatedWoodByProductsAndResidues , :ConiferousWithoutBarkChemicallyUntreatedWoodByProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CommonReed :CommonReed rdf:type owl:NamedIndividual , :BiomassType ; :Reeds . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousStumpsOrRoots :ConiferousStumpsOrRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWholeTreesWithRoots :ConiferousWholeTreesWithRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWholeTreesWithoutRoots :ConiferousWholeTreesWithoutRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithBarkStemwood :ConiferousWithBarkStemwood rdf:type owl:NamedIndividual , :BiomassSubType ; :Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithBrakChemicallyUntreatedWoodByProductsAndResidues :ConiferousWithBrakChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithoutBarkChemicallyUntreatedWoodByProductsAndResidues :ConiferousWithoutBarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithoutBarkStemwood :ConiferousWithoutBarkStemwood rdf:type owl:NamedIndividual , :BiomassSubType ; :Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#CrudeOliveCakeChemicallyUntreatedFruitResidues :CrudeOliveCakeChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ExhaustedOliveCakeChemicallyTreatedFruitResidues :ExhaustedOliveCakeChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#FibresAndWoodConstituentsChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents :FibresAndWoodConstituentsChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#FleshBerries :FleshBerries rdf:type owl:NamedIndividual , :BiomassSubType . ### https://auroral.iot.linkeddata.es/def/biomass#FleshStoneOrKernelFruits :FleshStoneOrKernelFruits rdf:type owl:NamedIndividual , :BiomassSubType ; :StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#Flowers :Flowers rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture ; :BlendsAndMixturesFlowers , :SeedsFlowers , :StalksAndLeavesFlowers , :WholePlantFlowers . ### https://auroral.iot.linkeddata.es/def/biomass#FlowersChemicallyTreatedHerbaceousResidues :FlowersChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#FlowersChemicallyUntreatedHerbaceousResidues :FlowersChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ForestPlantation :ForestPlantation rdf:type owl:NamedIndividual , :BiomassSubGroup ; :WoodyBiomass ; :BlendsAndMixturesForestPlantation , :LoggingResidues , :SegregatedWoodFromGardensParksRoadsideMaintenanceVineyardsFruitOrchardsAndDriftwoodFromFreshwater , :Stemwood , :StumpsOrRoots , :WholeTreesWithRoots , :WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#FreshOrGreenBroadLeaf :FreshOrGreenBroadLeaf rdf:type owl:NamedIndividual , :BiomassSubType ; :LoggingResidues ; rdfs:comment "Fresh or green broad leaf (including leaves)" . ### https://auroral.iot.linkeddata.es/def/biomass#FreshOrGreenConiferous :FreshOrGreenConiferous rdf:type owl:NamedIndividual , :BiomassSubType ; :LoggingResidues ; rdfs:comment "Fresh or green coniferous (including needles)" . ### https://auroral.iot.linkeddata.es/def/biomass#FruitBiomass :FruitBiomass rdf:type owl:NamedIndividual , :BiomassGroup ; :BlendsAndMixturesFruitBiomass , :ByProductsAndResiduesFromFoodAndFruitProcessingIndustry , :OrchardAndHorticultureFruit . ### https://auroral.iot.linkeddata.es/def/biomass#FruitLegumeCrops :FruitLegumeCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#GrainsOrSeedsCerealCrops :GrainsOrSeedsCerealCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#Grasses :Grasses rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture ; :BambooGrasses , :BlendsAndMixturesGrasses , :SeedsGrasses , :ShellsGrasses , :StrawPartsGrasses , :WholePlantGrasses . ### https://auroral.iot.linkeddata.es/def/biomass#GreenSeaWeed :GreenSeaWeed rdf:type owl:NamedIndividual , :BiomassSubType ; :MacroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#HerbaceousBiomass :HerbaceousBiomass rdf:type owl:NamedIndividual , :BiomassGroup ; :BlendsAndMixturesHerbaceousBiomass , :ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry , :HerbaceousBiomassFromAgricultureAndHorticulture . ### https://auroral.iot.linkeddata.es/def/biomass#HerbaceousBiomassFromAgricultureAndHorticulture :HerbaceousBiomassFromAgricultureAndHorticulture rdf:type owl:NamedIndividual , :BiomassSubGroup ; :HerbaceousBiomass ; :BlendsAndMixturesHerbaceousBiomassFromAgricultureAndHorticulture , :CerealCrops , :Flowers , :Grasses , :LegumeCrops , :OilSeedCrops , :RootCrops , :SegregatedHerbaceousBiomassFromGardensParksRoadsideMaintenanceVineyardsAndFruitOrchards . ### https://auroral.iot.linkeddata.es/def/biomass#HusksOrShellsCerealCrops :HusksOrShellsCerealCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#HusksOrShellsOilSeedCrops :HusksOrShellsOilSeedCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#KernelsNutsAndAcorns :KernelsNutsAndAcorns rdf:type owl:NamedIndividual , :BiomassSubType ; :NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#LakeAndSeaGrass :LakeAndSeaGrass rdf:type owl:NamedIndividual , :BiomassSubGroup ; :AquaticBiomass ; :BlendsAndMixturesLeakAndSeaGrass , :LakeGrass , :SeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#LakeGrass :LakeGrass rdf:type owl:NamedIndividual , :BiomassType ; :LakeAndSeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#LegumeCrops :LegumeCrops rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture ; :BlendsAndMixturesLegumeCrops , :FruitLegumeCrops , :PodsLegumeCrops , :StalksAndLeavesLegumeCrops , :WholePlantLegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#LegumeCropsChemicallyTreatedHerbaceousResidues :LegumeCropsChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#LegumeCropsChemicallyUntreatedHerbaceousResidues :LegumeCropsChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#LoggingResidues :LoggingResidues rdf:type owl:NamedIndividual , :BiomassType ; :ForestPlantation ; :BlendsAndMixturesLoggingResidues , :FreshOrGreenBroadLeaf , :FreshOrGreenConiferous , :StoredBroadLeaf , :StoredConiferous . ### https://auroral.iot.linkeddata.es/def/biomass#MacroAlgae :MacroAlgae rdf:type owl:NamedIndividual , :BiomassType ; :Algae ; :BrownSeaWeed , :GreenSeaWeed , :RedSeaWeed . ### https://auroral.iot.linkeddata.es/def/biomass#MicroAlgae :MicroAlgae rdf:type owl:NamedIndividual , :BiomassType ; :Algae . ### https://auroral.iot.linkeddata.es/def/biomass#Mixtures :Mixtures rdf:type owl:NamedIndividual , :BiomassSubGroup . ### https://auroral.iot.linkeddata.es/def/biomass#NutsAndAcornsChemicallyTreatedFruitResidues :NutsAndAcornsChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#NutsAndAcornsChemicallyUntreatedFruitResidues :NutsAndAcornsChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#NutsandAcorns :NutsandAcorns rdf:type owl:NamedIndividual , :BiomassType ; :OrchardAndHorticultureFruit ; :BlendsAndMixturesNutsAndAcorns , :KernelsNutsAndAcorns , :ShellsOrHusksNutsAndAcorns , :WholeNuts . ### https://auroral.iot.linkeddata.es/def/biomass#OilSeedCrops :OilSeedCrops rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture ; :BlendsAndMixturesOilSeedCrops , :HusksOrShellsOilSeedCrops , :SeedsOilSeedCrops , :StalksAndLeavesOilSeedCrops , :WholePlantOilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#OilSeedCropsChemicallyTreatedHerbaceousResidues :OilSeedCropsChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#OilSeedCropsChemicallyUntreatedHerbaceousResidues :OilSeedCropsChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#OrchardAndHorticultureFruit :OrchardAndHorticultureFruit rdf:type owl:NamedIndividual , :BiomassSubGroup ; :FruitBiomass ; :Berries , :BlendsAndMixturesOrchardAndHorticultureFruit , :NutsandAcorns , :StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#OtherReed :OtherReed rdf:type owl:NamedIndividual , :BiomassType ; :Reeds . ### https://auroral.iot.linkeddata.es/def/biomass#PodsLegumeCrops :PodsLegumeCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#PrimaryEnergyCost :PrimaryEnergyCost rdf:type owl:NamedIndividual , :BiomassEnergyPrice . ### https://auroral.iot.linkeddata.es/def/biomass#PrimaryEnergyCostObs :PrimaryEnergyCostObs rdf:type owl:NamedIndividual , :BiomassEnergyPrice . ### https://auroral.iot.linkeddata.es/def/biomass#RedSeaWeed :RedSeaWeed rdf:type owl:NamedIndividual , :BiomassSubType ; :MacroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#Reeds :Reeds rdf:type owl:NamedIndividual , :BiomassSubGroup ; :AquaticBiomass ; :BlendsAndMixturesReeds , :CommonReed , :OtherReed . ### https://auroral.iot.linkeddata.es/def/biomass#RootCrops :RootCrops rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture ; :BlendsAndMixturesRootCrops , :RootRootCrops , :StalksAndLeavesRootCrops , :WholePlantRootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#RootCropsChemicallyTreatedHerbaceousResidues :RootCropsChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#RootCropsChemicallyUntreatedHerbaceousResidues :RootCropsChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#RootRootCrops :RootRootCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#SeaGrass :SeaGrass rdf:type owl:NamedIndividual , :BiomassType ; :LakeAndSeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsBerries :SeedsBerries rdf:type owl:NamedIndividual , :BiomassSubType . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsFlowers :SeedsFlowers rdf:type owl:NamedIndividual , :BiomassSubType ; :Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsGrasses :SeedsGrasses rdf:type owl:NamedIndividual , :BiomassSubType ; :Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsOilSeedCrops :SeedsOilSeedCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#SegregatedHerbaceousBiomassFromGardensParksRoadsideMaintenanceVineyardsAndFruitOrchards :SegregatedHerbaceousBiomassFromGardensParksRoadsideMaintenanceVineyardsAndFruitOrchards rdf:type owl:NamedIndividual , :BiomassType ; :HerbaceousBiomassFromAgricultureAndHorticulture . ### https://auroral.iot.linkeddata.es/def/biomass#SegregatedWoodFromGardensParksRoadsideMaintenanceVineyardsFruitOrchardsAndDriftwoodFromFreshwater :SegregatedWoodFromGardensParksRoadsideMaintenanceVineyardsFruitOrchardsAndDriftwoodFromFreshwater rdf:type owl:NamedIndividual , :BiomassType ; :ForestPlantation . ### https://auroral.iot.linkeddata.es/def/biomass#ShellsGrasses :ShellsGrasses rdf:type owl:NamedIndividual , :BiomassSubType ; :Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#ShellsOrHusksNutsAndAcorns :ShellsOrHusksNutsAndAcorns rdf:type owl:NamedIndividual , :BiomassSubType ; :NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#ShortRotationCoppiceStumpsOrRoots :ShortRotationCoppiceStumpsOrRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ShortRotationCoppiceWholeTreesWithRoots :ShortRotationCoppiceWholeTreesWithRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ShortRotationCoppiceWholeTreesWithoutRoots :ShortRotationCoppiceWholeTreesWithoutRoots rdf:type owl:NamedIndividual , :BiomassSubType ; :WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesFlowers :StalksAndLeavesFlowers rdf:type owl:NamedIndividual , :BiomassSubType ; :Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesLegumeCrops :StalksAndLeavesLegumeCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesOilSeedCrops :StalksAndLeavesOilSeedCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesRootCrops :StalksAndLeavesRootCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#Stemwood :Stemwood rdf:type owl:NamedIndividual , :BiomassType ; :ForestPlantation ; :BlendsAndMixturesStemwood , :BroadLeafWithBarkStemwood , :BroadLeafWithoutBarkStemwood , :ConiferousWithBarkStemwood , :ConiferousWithoutBarkStemwood . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelFruits :StoneOrKernelFruits rdf:type owl:NamedIndividual , :BiomassType ; :OrchardAndHorticultureFruit ; :BlendsAndMIxturesStoneOrKernelFruit , :FleshStoneOrKernelFruits , :StoneOrKernelOrFruitFibreStoneOrKernelFruit , :WholeFruitStoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelFruitsChemicallyTreatedFruitResidues :StoneOrKernelFruitsChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelFruitsOrFruitFibreChemicallyUntreatedFruitResidues :StoneOrKernelFruitsOrFruitFibreChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelOrFruitFibreStoneOrKernelFruit :StoneOrKernelOrFruitFibreStoneOrKernelFruit rdf:type owl:NamedIndividual , :BiomassSubType ; :StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#StoredBroadLeaf :StoredBroadLeaf rdf:type owl:NamedIndividual , :BiomassSubType ; :LoggingResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StoredConiferous :StoredConiferous rdf:type owl:NamedIndividual , :BiomassSubType ; :LoggingResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StrawPartsCerealCrops :StrawPartsCerealCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#StrawPartsGrasses :StrawPartsGrasses rdf:type owl:NamedIndividual , :BiomassSubType ; :Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#StumpsOrRoots :StumpsOrRoots rdf:type owl:NamedIndividual , :BiomassType ; :ForestPlantation ; :BlendsAndMixturesStumpsOrRoots , :BroadLeafStumpsOrRoots , :BushesStumpsOrRoots , :ConiferousStumpsOrRoots , :ShortRotationCoppiceStumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#UsedWood :UsedWood rdf:type owl:NamedIndividual , :BiomassSubGroup ; :WoodyBiomass ; :BlendsAndMixturesUsedWood , :ChemicallyTreatedHerbaceousResidues , :ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WaterHyacinth :WaterHyacinth rdf:type owl:NamedIndividual , :BiomassSubGroup ; :AquaticBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#WholeBerries :WholeBerries rdf:type owl:NamedIndividual , :BiomassSubType ; :Berries . ### https://auroral.iot.linkeddata.es/def/biomass#WholeFruit :WholeFruit rdf:type owl:NamedIndividual , :BiomassSubType ; :StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#WholeFruitStoneOrKernelFruits :WholeFruitStoneOrKernelFruits rdf:type owl:NamedIndividual , :BiomassSubType ; :StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#WholeNuts :WholeNuts rdf:type owl:NamedIndividual , :BiomassSubType ; :NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantCerealCrops :WholePlantCerealCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantFlowers :WholePlantFlowers rdf:type owl:NamedIndividual , :BiomassSubType ; :Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantGrasses :WholePlantGrasses rdf:type owl:NamedIndividual , :BiomassSubType ; :Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantLegumeCrops :WholePlantLegumeCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantOilSeedCrops :WholePlantOilSeedCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantRootCrops :WholePlantRootCrops rdf:type owl:NamedIndividual , :BiomassSubType ; :RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholeTreesWithRoots :WholeTreesWithRoots rdf:type owl:NamedIndividual , :BiomassType ; :ForestPlantation ; :BlendsAndMixturesWholeTreesWithRoots , :BroadLeafWholeTreesWithRoots , :BushesWholeTreesWithRoots , :ConiferousWholeTreesWithRoots , :ShortRotationCoppiceWholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#WholeTreesWithoutRoots :WholeTreesWithoutRoots rdf:type owl:NamedIndividual , :BiomassType ; :ForestPlantation ; :BlendsAndMixturesWholeTreesWithoutRoots , :BroadLeafWholeTreesWithoutRoots , :BushesWholeTreesWithoutRoots , :ConiferousWholeTreesWithoutRoots , :ShortRotationCoppiceWholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#WithBarkChemicallyTreatedUsedWood :WithBarkChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WithBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents :WithBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#WithBrakChemicallyUntreatedUsedWood :WithBrakChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WithoutBarkChemicallyTreatedUsedWood :WithoutBarkChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WithoutBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents :WithoutBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#WithoutBarkChemicallyUntreatedUsedWood :WithoutBarkChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , :BiomassSubType ; :ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WoodyBiomass :WoodyBiomass rdf:type owl:NamedIndividual , :BiomassGroup ; :BlendsAndMixturesWoodyBiomass , :ByProductsAndResiduesFromWoodProcessingIndustry , :ForestPlantation , :UsedWood . ### https://auroral.iot.linkeddata.es/def/core#KilowattPerKg rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/core#MegajoulePerKg rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/