@prefix : . @prefix dc: . @prefix om: . @prefix cur: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix biom: . @prefix core: . @prefix rdfs: . @prefix ship: . @prefix skos: . @prefix saref: . @prefix dcterms: . @prefix adapters: . @base . rdf:type owl:Ontology ; dc:creator "Ahlem Rhayem" , "Andrea Cimmino" , "Juan Cano" , "Maria Poveda Villalon" , "Raul Garcia Castro" ; dc:description "This ontology aims to model the characteristics of the biomass for the AURORAL project." ; dc:title "The AURORAL Biomass Ontology" ; . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title dc: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 biom:belongsToType rdf:type owl:ObjectProperty ; rdfs:domain biom:BiomassOrigin ; rdfs:range biom:BiomassType ; rdfs:comment "Relationship between the biomass and its type" ; rdfs:label "belongs to type" . ### https://auroral.iot.linkeddata.es/def/biomass#boughtQuantityPerGroup biom:boughtQuantityPerGroup rdf:type owl:ObjectProperty ; rdfs:domain ship:BoughtQuantity ; rdfs:range biom: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 biom:consumes rdf:type owl:ObjectProperty ; rdfs:domain biom:Biomass ; rdfs:range adapters:Energy ; rdfs:comment "Relationship between the Biomass and the energy that it consumes" ; rdfs:label "consumes" . ### https://auroral.iot.linkeddata.es/def/biomass#hasAches biom:hasAches rdf:type owl:ObjectProperty ; rdfs:domain biom:Biomass ; rdfs:range biom:Aches ; rdfs:comment "Relationship between the biomass and the aches" ; rdfs:label "has aches" . ### https://auroral.iot.linkeddata.es/def/biomass#hasCaliber biom:hasCaliber rdf:type owl:ObjectProperty ; rdfs:domain biom:SoldPerCaliber ; rdfs:range biom:Caliber ; rdfs:comment "Relationship between the biomass quantity and its caliber" ; rdfs:label "has caliber" . ### https://auroral.iot.linkeddata.es/def/biomass#hasGroup biom:hasGroup rdf:type owl:ObjectProperty ; rdfs:domain biom:BiomassOrigin ; rdfs:range biom:BiomassGroup ; rdfs:comment "Relationship between the biomass and the its groups" ; rdfs:label "has group" . ### https://auroral.iot.linkeddata.es/def/biomass#hasHumidity biom:hasHumidity rdf:type owl:ObjectProperty ; rdfs:domain biom:Biomass ; rdfs:range biom:Humidity ; rdfs:comment "Relationship between the biomass and its humidity" ; rdfs:label "has humidity" . ### https://auroral.iot.linkeddata.es/def/biomass#hasOrigin biom:hasOrigin rdf:type owl:ObjectProperty ; rdfs:domain biom:Biomass ; rdfs:range biom:BiomassOrigin ; rdfs:comment "Relationship between the biomass and its origin" ; rdfs:label "has origin" . ### https://auroral.iot.linkeddata.es/def/biomass#hasSubGroup biom:hasSubGroup rdf:type owl:ObjectProperty ; rdfs:domain biom:BiomassOrigin ; rdfs:range biom:BiomassSubGroup ; rdfs:comment "Relationship between the biomass and its subgroup" ; rdfs:label "has sub group" . ### https://auroral.iot.linkeddata.es/def/biomass#hasSubType biom:hasSubType rdf:type owl:ObjectProperty ; rdfs:domain biom:BiomassOrigin ; rdfs:range biom:BiomassSubType ; rdfs:comment "Relationship between the biomass and its subType" ; rdfs:label "has sub type" . ### https://auroral.iot.linkeddata.es/def/biomass#hasTradingForm biom:hasTradingForm rdf:type owl:ObjectProperty ; rdfs:range biom: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 biom:inCurrency rdf:type owl:ObjectProperty ; rdfs:domain saref:Price ; rdfs:range ; rdfs:comment "Relationship between the price and its currencies" ; rdfs:label "in currency" . ### https://auroral.iot.linkeddata.es/def/biomass#produces biom:produces rdf:type owl:ObjectProperty ; rdfs:domain biom:Biomass ; rdfs:range adapters:Energy ; rdfs:comment "Relationship between the Biomass and the enregy that it produces" . ### https://auroral.iot.linkeddata.es/def/biomass#quantity biom:quantity rdf:type owl:ObjectProperty ; rdfs:domain biom:Biomass ; rdfs:range biom:Quantity ; rdfs:comment "Relationship between the Biomass and its quantity" ; rdfs:label "quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#quantityPerCaliber biom:quantityPerCaliber rdf:type owl:ObjectProperty ; rdfs:domain biom:SoldPerGroup ; rdfs:range biom: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 biom:relatedTo rdf:type owl:ObjectProperty ; rdfs:range biom: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 biom:soldQuantityPerGroup rdf:type owl:ObjectProperty ; rdfs:domain biom:SoldQuantity ; rdfs:range biom:SoldPerGroup ; rdfs:comment "A relationship between a sold quantity and its groups" ; rdfs:label "sold quantity per group" . ### https://saref.etsi.org/core#hasPrice saref:hasPrice rdf:type owl:ObjectProperty ; rdfs:domain adapters:Energy ; rdfs:range saref:Price ; rdfs:comment "Relationship between the price and the energy" ; rdfs:label "has price" . ### https://saref.etsi.org/core#isMeasuredIn saref:isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:domain saref:Measurement ; rdfs:range saref:UnitOfMeasure ; rdfs:comment "Relationship between the measurement and its units" ; rdfs:label "is measured in" . ### https://saref.etsi.org/core#relatesToMeasurement saref:relatesToMeasurement rdf:type owl:ObjectProperty ; rdfs:domain saref:Property ; rdfs:range saref:Measurement ; rdfs:comment "A relationship between a property and the measurements it relates to" ; rdfs:label "relates to measurement" . ### https://saref.etsi.org/core#relatesToProperty saref:relatesToProperty rdf:type owl:ObjectProperty ; rdfs:domain saref:Measurement ; rdfs:range saref:Property ; 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 skos: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 skos: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 biom: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 biom:dimension rdf:type owl:DatatypeProperty ; rdfs:domain biom:Biomass ; rdfs:range xsd:string ; rdfs:comment "The dimension of a Biomass" . ### https://auroral.iot.linkeddata.es/def/biomass#hasDescription biom: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 biom: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 biom: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 biom:priceValue rdf:type owl:DatatypeProperty ; rdfs:domain biom:BiomassEnergyPrice ; rdfs:range xsd:float ; rdfs:comment "The value of a price" ; rdfs:label "price value" . ### https://auroral.iot.linkeddata.es/def/biomass#value biom:value rdf:type owl:DatatypeProperty ; rdfs:domain biom:Quantity ; rdfs:range xsd:float ; rdfs:comment "The value of a quantity" ; rdfs:label "value" . ### https://saref.etsi.org/core#hasTimeStamp saref:hasTimeStamp rdf:type owl:DatatypeProperty ; rdfs:domain saref:Measurement ; rdfs:range xsd:dateTime ; rdfs:comment "The timestamp of a Measurement" ; rdfs:label "has timestamp" . ### https://saref.etsi.org/core#hasValue saref:hasValue rdf:type owl:DatatypeProperty ; rdfs:domain saref:Measurement ; 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 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 biom: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 biom:Biomass rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty biom:consumes ; owl:someValuesFrom adapters:Energy ] , [ rdf:type owl:Restriction ; owl:onProperty biom:hasAches ; owl:someValuesFrom biom:Aches ] , [ rdf:type owl:Restriction ; owl:onProperty biom:hasHumidity ; owl:someValuesFrom biom:Humidity ] , [ rdf:type owl:Restriction ; owl:onProperty biom:hasOrigin ; owl:someValuesFrom biom:BiomassOrigin ] , [ rdf:type owl:Restriction ; owl:onProperty biom:produces ; owl:someValuesFrom adapters:Energy ] , [ rdf:type owl:Restriction ; owl:onProperty biom:quantity ; owl:someValuesFrom biom: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 biom:BiomassEnergyPrice rdf:type owl:Class ; rdfs:subClassOf saref:Price ; rdfs:comment "The amount of the biomass energy price" ; rdfs:label "Biomass Energy Price" . ### https://auroral.iot.linkeddata.es/def/biomass#BiomassGroup biom:BiomassGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty skos:narrower ; owl:someValuesFrom biom: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 biom:BiomassOrigin rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty biom:belongsToType ; owl:someValuesFrom biom:BiomassType ] , [ rdf:type owl:Restriction ; owl:onProperty biom:hasGroup ; owl:someValuesFrom biom:BiomassGroup ] , [ rdf:type owl:Restriction ; owl:onProperty biom:hasSubGroup ; owl:someValuesFrom biom:BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty biom:hasSubType ; owl:someValuesFrom biom: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 biom:BiomassSubGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty skos:broader ; owl:someValuesFrom biom:BiomassGroup ] , [ rdf:type owl:Restriction ; owl:onProperty skos:narrower ; owl:someValuesFrom biom: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 biom:BiomassSubType rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty skos:broader ; owl:someValuesFrom biom: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 biom:BiomassType rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty skos:broader ; owl:someValuesFrom biom:BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty skos:narrower ; owl:someValuesFrom biom:BiomassSubType ] ; rdfs:comment "Refers to the list of biomass type origin" ; rdfs:label "Biomass Type" . ### https://auroral.iot.linkeddata.es/def/biomass#BoughtPerGroup biom:BoughtPerGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty biom:relatedTo ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass biom:BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty biom: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 biom: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 biom:CurrentQuantity rdf:type owl:Class ; rdfs:subClassOf biom:Quantity ; rdfs:comment "The current quantity biomass" ; rdfs:label "Current Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#Humidity biom: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 biom:Quantity rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty biom:value ; owl:someValuesFrom xsd:float ] ; rdfs:comment "The quantity of the biomass" ; rdfs:label "Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldPerCaliber biom:SoldPerCaliber rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty biom:hasCaliber ; owl:someValuesFrom biom:Caliber ] , [ rdf:type owl:Restriction ; owl:onProperty biom:hasTradingForm ; owl:someValuesFrom biom:TradingForm ] ; rdfs:comment "The sold quantity per caliber for a biomass" ; rdfs:label "Sold Per Caliber" . ### https://auroral.iot.linkeddata.es/def/biomass#SoldPerGroup biom:SoldPerGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty biom:relatedTo ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass biom:BiomassSubGroup ] , [ rdf:type owl:Restriction ; owl:onProperty biom: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 biom:SoldQuantity rdf:type owl:Class ; rdfs:subClassOf biom:Quantity ; rdfs:comment "The sold quantity of the biomass" ; rdfs:label "Sold Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#TotalQuantity biom:TotalQuantity rdf:type owl:Class ; rdfs:subClassOf biom:Quantity ; rdfs:comment "The total quantity of the biomass" ; rdfs:label "Total Quantity" . ### https://auroral.iot.linkeddata.es/def/biomass#TradingForm biom: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 ship:BoughtQuantity rdf:type owl:Class ; rdfs:subClassOf biom:Quantity ; rdfs:comment "The bought quantity of the biomass" ; rdfs:label "Bought Quantity" . ### https://saref.etsi.org/core#Measurement saref:Measurement rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty saref:relatesToProperty ; owl:someValuesFrom saref:Property ] ; rdfs:comment "The measurement related to the energy produced or consumed by a biomass" ; rdfs:label "Measurement" . ### https://saref.etsi.org/core#Price saref:Price rdf:type owl:Class ; rdfs:comment "The price of the biomass energy" ; rdfs:label "Price" . ### https://saref.etsi.org/core#Property saref: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 saref: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 adapters:EnergyConsumption rdf:type owl:NamedIndividual , adapters:Energy . ### https://auroral.iot.linkeddata.es/def/adapters#EnergyProduction adapters:EnergyProduction rdf:type owl:NamedIndividual , adapters:Energy . ### https://auroral.iot.linkeddata.es/def/biomass#Algae biom:Algae rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:AquaticBiomass ; skos:narrower biom:BlendsAndMixturesAlgae , biom:MacroAlgae , biom:MicroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#AquaticBiomass biom:AquaticBiomass rdf:type owl:NamedIndividual , biom:BiomassGroup ; skos:narrower biom:Algae , biom:BlendsAndMixturesAquaticBiomass , biom:LakeAndSeaGrass , biom:Reeds , biom:WaterHyacinth . ### https://auroral.iot.linkeddata.es/def/biomass#BambooGrasses biom:BambooGrasses rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyTreatedUsedWood biom:BarkChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents biom:BarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyUntreatedUsedWood biom:BarkChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#BarkChemicallyUntreatedWoodByProductsAndResidues biom:BarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedWoodbyProductsAndResidues ; rdfs:comment "from industry operations" . ### https://auroral.iot.linkeddata.es/def/biomass#BarkFromForestryOperations biom:BarkFromForestryOperations rdf:type owl:NamedIndividual , biom:BiomassType . ### https://auroral.iot.linkeddata.es/def/biomass#BarkFromIndustryOperations biom:BarkFromIndustryOperations rdf:type owl:NamedIndividual , biom:BiomassSubType . ### https://auroral.iot.linkeddata.es/def/biomass#Berries biom:Berries rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:OrchardAndHorticultureFruit ; skos:narrower biom:BlendsAndMixturesBerries , biom:FleshBerries , biom:SeedsBerries , biom:WholeBerries . ### https://auroral.iot.linkeddata.es/def/biomass#BerriesChemicallyTreatedFruitResidues biom:BerriesChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BerriesChemicallyUntreatedFruitResidues biom:BerriesChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#Blends biom:Blends rdf:type owl:NamedIndividual , biom:BiomassSubGroup . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMIxturesStoneOrKernelFruit biom:BlendsAndMIxturesStoneOrKernelFruit rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixtures biom:BlendsAndMixtures rdf:type owl:NamedIndividual , biom:BiomassGroup . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesAlgae biom:BlendsAndMixturesAlgae rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:Algae . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesAquaticBiomass biom:BlendsAndMixturesAquaticBiomass rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:AquaticBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesBerries biom:BlendsAndMixturesBerries rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Berries . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesByProductsAndResiduesFromFoodAndFruitProcessingIndustry biom:BlendsAndMixturesByProductsAndResiduesFromFoodAndFruitProcessingIndustry rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndResiduesFromFoodAndFruitProcessingIndustry . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesByProductsAndResiduesFromFoodAndHerbaceousProcesingIndustry biom:BlendsAndMixturesByProductsAndResiduesFromFoodAndHerbaceousProcesingIndustry rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesByProductsAndResiduesFromWoodProcessingIndustry biom:BlendsAndMixturesByProductsAndResiduesFromWoodProcessingIndustry rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndResiduesFromWoodProcessingIndustry . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesCerealCrops biom:BlendsAndMixturesCerealCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyTreatedFruitResidues biom:BlendsAndMixturesChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyTreatedHerbaceousResidues biom:BlendsAndMixturesChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyUntreatedFruitResidues biom:BlendsAndMixturesChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesChemicallyUntreatedHerbaceousResidues biom:BlendsAndMixturesChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesFlowers biom:BlendsAndMixturesFlowers rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesForestPlantation biom:BlendsAndMixturesForestPlantation rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ForestPlantation . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesFruitBiomass biom:BlendsAndMixturesFruitBiomass rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:FruitBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesGrasses biom:BlendsAndMixturesGrasses rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesHerbaceousBiomass biom:BlendsAndMixturesHerbaceousBiomass rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:HerbaceousBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesHerbaceousBiomassFromAgricultureAndHorticulture biom:BlendsAndMixturesHerbaceousBiomassFromAgricultureAndHorticulture rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesLeakAndSeaGrass biom:BlendsAndMixturesLeakAndSeaGrass rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:LakeAndSeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesLegumeCrops biom:BlendsAndMixturesLegumeCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesLoggingResidues biom:BlendsAndMixturesLoggingResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LoggingResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesNutsAndAcorns biom:BlendsAndMixturesNutsAndAcorns rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesOilSeedCrops biom:BlendsAndMixturesOilSeedCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesOrchardAndHorticultureFruit biom:BlendsAndMixturesOrchardAndHorticultureFruit rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:OrchardAndHorticultureFruit . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesReeds biom:BlendsAndMixturesReeds rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:Reeds . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesRootCrops biom:BlendsAndMixturesRootCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesStemwood biom:BlendsAndMixturesStemwood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesStumpsOrRoots biom:BlendsAndMixturesStumpsOrRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StumpsOrRoots ; rdfs:label "Blends And Mixtures Stumps or roots" . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesUsedWood biom:BlendsAndMixturesUsedWood rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:UsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesWholeTreesWithRoots biom:BlendsAndMixturesWholeTreesWithRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesWholeTreesWithoutRoots biom:BlendsAndMixturesWholeTreesWithoutRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BlendsAndMixturesWoodyBiomass biom:BlendsAndMixturesWoodyBiomass rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:WoodyBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafStumpsOrRoots biom:BroadLeafStumpsOrRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWholeTreesWithRoots biom:BroadLeafWholeTreesWithRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWholeTreesWithoutRoots biom:BroadLeafWholeTreesWithoutRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithBarkChemicallyUntreatedWoodByProductsAndResidues biom:BroadLeafWithBarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithBarkStemwood biom:BroadLeafWithBarkStemwood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithoutBarkChemicallyUntreatedWoodByProductsAndResidues biom:BroadLeafWithoutBarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#BroadLeafWithoutBarkStemwood biom:BroadLeafWithoutBarkStemwood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#BrownSeaWeed biom:BrownSeaWeed rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:MacroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#BushesStumpsOrRoots biom:BushesStumpsOrRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BushesWholeTreesWithRoots biom:BushesWholeTreesWithRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#BushesWholeTreesWithoutRoots biom:BushesWholeTreesWithoutRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ByProductsAndResiduesFromFoodAndFruitProcessingIndustry biom:ByProductsAndResiduesFromFoodAndFruitProcessingIndustry rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:FruitBiomass ; skos:narrower biom:BlendsAndMixturesByProductsAndResiduesFromFoodAndFruitProcessingIndustry , biom:ChemicallyTreatedFruitResidues , biom:ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ByProductsAndResiduesFromWoodProcessingIndustry biom:ByProductsAndResiduesFromWoodProcessingIndustry rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:WoodyBiomass ; skos:narrower biom:BlendsAndMixturesByProductsAndResiduesFromWoodProcessingIndustry , biom:ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , biom:ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry biom:ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:HerbaceousBiomass ; skos:narrower biom:BlendsAndMixturesByProductsAndResiduesFromFoodAndHerbaceousProcesingIndustry , biom:ChemicallyTreatedHerbaceousResidues , biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCrops biom:CerealCrops rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture ; skos:narrower biom:BlendsAndMixturesCerealCrops , biom:GrainsOrSeedsCerealCrops , biom:HusksOrShellsCerealCrops , biom:StrawPartsCerealCrops , biom:WholePlantCerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCropsAndGrasses biom:CerealCropsAndGrasses rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedHerbaceousResidues , biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCropsAndGrassesChemicallyTreatedherbaceousResidues biom:CerealCropsAndGrassesChemicallyTreatedherbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CerealCropsAndGrassesChemicallyUntreatedHerbaceousResidues biom:CerealCropsAndGrassesChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedFruitResidues biom:ChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndResiduesFromFoodAndFruitProcessingIndustry ; skos:narrower biom:BerriesChemicallyTreatedFruitResidues , biom:BlendsAndMixturesChemicallyTreatedFruitResidues , biom:ExhaustedOliveCakeChemicallyTreatedFruitResidues , biom:NutsAndAcornsChemicallyTreatedFruitResidues , biom:StoneOrKernelFruitsChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedHerbaceousResidues biom:ChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry ; skos:narrower biom:BlendsAndMixturesChemicallyTreatedHerbaceousResidues , biom:CerealCropsAndGrassesChemicallyTreatedherbaceousResidues , biom:FlowersChemicallyTreatedHerbaceousResidues , biom:LegumeCropsChemicallyTreatedHerbaceousResidues , biom:OilSeedCropsChemicallyTreatedHerbaceousResidues , biom:RootCropsChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedUsedWood biom:ChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:UsedWood ; skos:narrower biom:BarkChemicallyTreatedUsedWood , biom:WithBarkChemicallyTreatedUsedWood , biom:WithoutBarkChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents biom:ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndResiduesFromWoodProcessingIndustry ; skos:narrower biom:BarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , biom:FibresAndWoodConstituentsChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , biom:WithBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents , biom:WithoutBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedFruitResidues biom:ChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndResiduesFromFoodAndFruitProcessingIndustry ; skos:narrower biom:BerriesChemicallyUntreatedFruitResidues , biom:BlendsAndMixturesChemicallyUntreatedFruitResidues , biom:CrudeOliveCakeChemicallyUntreatedFruitResidues , biom:NutsAndAcornsChemicallyUntreatedFruitResidues , biom:StoneOrKernelFruitsOrFruitFibreChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedHerbaceousResidues biom:ChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry ; skos:narrower biom:BlendsAndMixturesChemicallyUntreatedHerbaceousResidues , biom:CerealCropsAndGrassesChemicallyUntreatedHerbaceousResidues , biom:FlowersChemicallyUntreatedHerbaceousResidues , biom:LegumeCropsChemicallyUntreatedHerbaceousResidues , biom:OilSeedCropsChemicallyUntreatedHerbaceousResidues , biom:RootCropsChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedUsedWood biom:ChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:UsedWood ; skos:narrower biom:BarkChemicallyUntreatedUsedWood , biom:WithBrakChemicallyUntreatedUsedWood , biom:WithoutBarkChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#ChemicallyUntreatedWoodbyProductsAndResidues biom:ChemicallyUntreatedWoodbyProductsAndResidues rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ByProductsAndResiduesFromWoodProcessingIndustry ; skos:narrower biom:BarkChemicallyUntreatedWoodByProductsAndResidues , biom:BroadLeafWithBarkChemicallyUntreatedWoodByProductsAndResidues , biom:BroadLeafWithoutBarkChemicallyUntreatedWoodByProductsAndResidues , biom:ConiferousWithBrakChemicallyUntreatedWoodByProductsAndResidues , biom:ConiferousWithoutBarkChemicallyUntreatedWoodByProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#CommonReed biom:CommonReed rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:Reeds . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousStumpsOrRoots biom:ConiferousStumpsOrRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWholeTreesWithRoots biom:ConiferousWholeTreesWithRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWholeTreesWithoutRoots biom:ConiferousWholeTreesWithoutRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithBarkStemwood biom:ConiferousWithBarkStemwood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithBrakChemicallyUntreatedWoodByProductsAndResidues biom:ConiferousWithBrakChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithoutBarkChemicallyUntreatedWoodByProductsAndResidues biom:ConiferousWithoutBarkChemicallyUntreatedWoodByProductsAndResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedWoodbyProductsAndResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ConiferousWithoutBarkStemwood biom:ConiferousWithoutBarkStemwood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Stemwood . ### https://auroral.iot.linkeddata.es/def/biomass#CrudeOliveCakeChemicallyUntreatedFruitResidues biom:CrudeOliveCakeChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ExhaustedOliveCakeChemicallyTreatedFruitResidues biom:ExhaustedOliveCakeChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#FibresAndWoodConstituentsChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents biom:FibresAndWoodConstituentsChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#FleshBerries biom:FleshBerries rdf:type owl:NamedIndividual , biom:BiomassSubType . ### https://auroral.iot.linkeddata.es/def/biomass#FleshStoneOrKernelFruits biom:FleshStoneOrKernelFruits rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#Flowers biom:Flowers rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture ; skos:narrower biom:BlendsAndMixturesFlowers , biom:SeedsFlowers , biom:StalksAndLeavesFlowers , biom:WholePlantFlowers . ### https://auroral.iot.linkeddata.es/def/biomass#FlowersChemicallyTreatedHerbaceousResidues biom:FlowersChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#FlowersChemicallyUntreatedHerbaceousResidues biom:FlowersChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#ForestPlantation biom:ForestPlantation rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:WoodyBiomass ; skos:narrower biom:BlendsAndMixturesForestPlantation , biom:LoggingResidues , biom:SegregatedWoodFromGardensParksRoadsideMaintenanceVineyardsFruitOrchardsAndDriftwoodFromFreshwater , biom:Stemwood , biom:StumpsOrRoots , biom:WholeTreesWithRoots , biom:WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#FreshOrGreenBroadLeaf biom:FreshOrGreenBroadLeaf rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LoggingResidues ; rdfs:comment "Fresh or green broad leaf (including leaves)" . ### https://auroral.iot.linkeddata.es/def/biomass#FreshOrGreenConiferous biom:FreshOrGreenConiferous rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LoggingResidues ; rdfs:comment "Fresh or green coniferous (including needles)" . ### https://auroral.iot.linkeddata.es/def/biomass#FruitBiomass biom:FruitBiomass rdf:type owl:NamedIndividual , biom:BiomassGroup ; skos:narrower biom:BlendsAndMixturesFruitBiomass , biom:ByProductsAndResiduesFromFoodAndFruitProcessingIndustry , biom:OrchardAndHorticultureFruit . ### https://auroral.iot.linkeddata.es/def/biomass#FruitLegumeCrops biom:FruitLegumeCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#GrainsOrSeedsCerealCrops biom:GrainsOrSeedsCerealCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#Grasses biom:Grasses rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture ; skos:narrower biom:BambooGrasses , biom:BlendsAndMixturesGrasses , biom:SeedsGrasses , biom:ShellsGrasses , biom:StrawPartsGrasses , biom:WholePlantGrasses . ### https://auroral.iot.linkeddata.es/def/biomass#GreenSeaWeed biom:GreenSeaWeed rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:MacroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#HerbaceousBiomass biom:HerbaceousBiomass rdf:type owl:NamedIndividual , biom:BiomassGroup ; skos:narrower biom:BlendsAndMixturesHerbaceousBiomass , biom:ByProductsAndresiduesFromFoodAndHerbaceousProcessingIndustry , biom:HerbaceousBiomassFromAgricultureAndHorticulture . ### https://auroral.iot.linkeddata.es/def/biomass#HerbaceousBiomassFromAgricultureAndHorticulture biom:HerbaceousBiomassFromAgricultureAndHorticulture rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:HerbaceousBiomass ; skos:narrower biom:BlendsAndMixturesHerbaceousBiomassFromAgricultureAndHorticulture , biom:CerealCrops , biom:Flowers , biom:Grasses , biom:LegumeCrops , biom:OilSeedCrops , biom:RootCrops , biom:SegregatedHerbaceousBiomassFromGardensParksRoadsideMaintenanceVineyardsAndFruitOrchards . ### https://auroral.iot.linkeddata.es/def/biomass#HusksOrShellsCerealCrops biom:HusksOrShellsCerealCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#HusksOrShellsOilSeedCrops biom:HusksOrShellsOilSeedCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#KernelsNutsAndAcorns biom:KernelsNutsAndAcorns rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#LakeAndSeaGrass biom:LakeAndSeaGrass rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:AquaticBiomass ; skos:narrower biom:BlendsAndMixturesLeakAndSeaGrass , biom:LakeGrass , biom:SeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#LakeGrass biom:LakeGrass rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:LakeAndSeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#LegumeCrops biom:LegumeCrops rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture ; skos:narrower biom:BlendsAndMixturesLegumeCrops , biom:FruitLegumeCrops , biom:PodsLegumeCrops , biom:StalksAndLeavesLegumeCrops , biom:WholePlantLegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#LegumeCropsChemicallyTreatedHerbaceousResidues biom:LegumeCropsChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#LegumeCropsChemicallyUntreatedHerbaceousResidues biom:LegumeCropsChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#LoggingResidues biom:LoggingResidues rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ForestPlantation ; skos:narrower biom:BlendsAndMixturesLoggingResidues , biom:FreshOrGreenBroadLeaf , biom:FreshOrGreenConiferous , biom:StoredBroadLeaf , biom:StoredConiferous . ### https://auroral.iot.linkeddata.es/def/biomass#MacroAlgae biom:MacroAlgae rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:Algae ; skos:narrower biom:BrownSeaWeed , biom:GreenSeaWeed , biom:RedSeaWeed . ### https://auroral.iot.linkeddata.es/def/biomass#MicroAlgae biom:MicroAlgae rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:Algae . ### https://auroral.iot.linkeddata.es/def/biomass#Mixtures biom:Mixtures rdf:type owl:NamedIndividual , biom:BiomassSubGroup . ### https://auroral.iot.linkeddata.es/def/biomass#NutsAndAcornsChemicallyTreatedFruitResidues biom:NutsAndAcornsChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#NutsAndAcornsChemicallyUntreatedFruitResidues biom:NutsAndAcornsChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#NutsandAcorns biom:NutsandAcorns rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:OrchardAndHorticultureFruit ; skos:narrower biom:BlendsAndMixturesNutsAndAcorns , biom:KernelsNutsAndAcorns , biom:ShellsOrHusksNutsAndAcorns , biom:WholeNuts . ### https://auroral.iot.linkeddata.es/def/biomass#OilSeedCrops biom:OilSeedCrops rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture ; skos:narrower biom:BlendsAndMixturesOilSeedCrops , biom:HusksOrShellsOilSeedCrops , biom:SeedsOilSeedCrops , biom:StalksAndLeavesOilSeedCrops , biom:WholePlantOilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#OilSeedCropsChemicallyTreatedHerbaceousResidues biom:OilSeedCropsChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#OilSeedCropsChemicallyUntreatedHerbaceousResidues biom:OilSeedCropsChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#OrchardAndHorticultureFruit biom:OrchardAndHorticultureFruit rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:FruitBiomass ; skos:narrower biom:Berries , biom:BlendsAndMixturesOrchardAndHorticultureFruit , biom:NutsandAcorns , biom:StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#OtherReed biom:OtherReed rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:Reeds . ### https://auroral.iot.linkeddata.es/def/biomass#PodsLegumeCrops biom:PodsLegumeCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#PrimaryEnergyCost biom:PrimaryEnergyCost rdf:type owl:NamedIndividual , biom:BiomassEnergyPrice . ### https://auroral.iot.linkeddata.es/def/biomass#PrimaryEnergyCostObs biom:PrimaryEnergyCostObs rdf:type owl:NamedIndividual , biom:BiomassEnergyPrice . ### https://auroral.iot.linkeddata.es/def/biomass#RedSeaWeed biom:RedSeaWeed rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:MacroAlgae . ### https://auroral.iot.linkeddata.es/def/biomass#Reeds biom:Reeds rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:AquaticBiomass ; skos:narrower biom:BlendsAndMixturesReeds , biom:CommonReed , biom:OtherReed . ### https://auroral.iot.linkeddata.es/def/biomass#RootCrops biom:RootCrops rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture ; skos:narrower biom:BlendsAndMixturesRootCrops , biom:RootRootCrops , biom:StalksAndLeavesRootCrops , biom:WholePlantRootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#RootCropsChemicallyTreatedHerbaceousResidues biom:RootCropsChemicallyTreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#RootCropsChemicallyUntreatedHerbaceousResidues biom:RootCropsChemicallyUntreatedHerbaceousResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedHerbaceousResidues . ### https://auroral.iot.linkeddata.es/def/biomass#RootRootCrops biom:RootRootCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#SeaGrass biom:SeaGrass rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:LakeAndSeaGrass . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsBerries biom:SeedsBerries rdf:type owl:NamedIndividual , biom:BiomassSubType . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsFlowers biom:SeedsFlowers rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsGrasses biom:SeedsGrasses rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#SeedsOilSeedCrops biom:SeedsOilSeedCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#SegregatedHerbaceousBiomassFromGardensParksRoadsideMaintenanceVineyardsAndFruitOrchards biom:SegregatedHerbaceousBiomassFromGardensParksRoadsideMaintenanceVineyardsAndFruitOrchards rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:HerbaceousBiomassFromAgricultureAndHorticulture . ### https://auroral.iot.linkeddata.es/def/biomass#SegregatedWoodFromGardensParksRoadsideMaintenanceVineyardsFruitOrchardsAndDriftwoodFromFreshwater biom:SegregatedWoodFromGardensParksRoadsideMaintenanceVineyardsFruitOrchardsAndDriftwoodFromFreshwater rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ForestPlantation . ### https://auroral.iot.linkeddata.es/def/biomass#ShellsGrasses biom:ShellsGrasses rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#ShellsOrHusksNutsAndAcorns biom:ShellsOrHusksNutsAndAcorns rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#ShortRotationCoppiceStumpsOrRoots biom:ShortRotationCoppiceStumpsOrRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ShortRotationCoppiceWholeTreesWithRoots biom:ShortRotationCoppiceWholeTreesWithRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#ShortRotationCoppiceWholeTreesWithoutRoots biom:ShortRotationCoppiceWholeTreesWithoutRoots rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:WholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesFlowers biom:StalksAndLeavesFlowers rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesLegumeCrops biom:StalksAndLeavesLegumeCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesOilSeedCrops biom:StalksAndLeavesOilSeedCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#StalksAndLeavesRootCrops biom:StalksAndLeavesRootCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#Stemwood biom:Stemwood rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ForestPlantation ; skos:narrower biom:BlendsAndMixturesStemwood , biom:BroadLeafWithBarkStemwood , biom:BroadLeafWithoutBarkStemwood , biom:ConiferousWithBarkStemwood , biom:ConiferousWithoutBarkStemwood . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelFruits biom:StoneOrKernelFruits rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:OrchardAndHorticultureFruit ; skos:narrower biom:BlendsAndMIxturesStoneOrKernelFruit , biom:FleshStoneOrKernelFruits , biom:StoneOrKernelOrFruitFibreStoneOrKernelFruit , biom:WholeFruitStoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelFruitsChemicallyTreatedFruitResidues biom:StoneOrKernelFruitsChemicallyTreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelFruitsOrFruitFibreChemicallyUntreatedFruitResidues biom:StoneOrKernelFruitsOrFruitFibreChemicallyUntreatedFruitResidues rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedFruitResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StoneOrKernelOrFruitFibreStoneOrKernelFruit biom:StoneOrKernelOrFruitFibreStoneOrKernelFruit rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#StoredBroadLeaf biom:StoredBroadLeaf rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LoggingResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StoredConiferous biom:StoredConiferous rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LoggingResidues . ### https://auroral.iot.linkeddata.es/def/biomass#StrawPartsCerealCrops biom:StrawPartsCerealCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#StrawPartsGrasses biom:StrawPartsGrasses rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#StumpsOrRoots biom:StumpsOrRoots rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ForestPlantation ; skos:narrower biom:BlendsAndMixturesStumpsOrRoots , biom:BroadLeafStumpsOrRoots , biom:BushesStumpsOrRoots , biom:ConiferousStumpsOrRoots , biom:ShortRotationCoppiceStumpsOrRoots . ### https://auroral.iot.linkeddata.es/def/biomass#UsedWood biom:UsedWood rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:WoodyBiomass ; skos:narrower biom:BlendsAndMixturesUsedWood , biom:ChemicallyTreatedHerbaceousResidues , biom:ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WaterHyacinth biom:WaterHyacinth rdf:type owl:NamedIndividual , biom:BiomassSubGroup ; skos:broader biom:AquaticBiomass . ### https://auroral.iot.linkeddata.es/def/biomass#WholeBerries biom:WholeBerries rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Berries . ### https://auroral.iot.linkeddata.es/def/biomass#WholeFruit biom:WholeFruit rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#WholeFruitStoneOrKernelFruits biom:WholeFruitStoneOrKernelFruits rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:StoneOrKernelFruits . ### https://auroral.iot.linkeddata.es/def/biomass#WholeNuts biom:WholeNuts rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:NutsandAcorns . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantCerealCrops biom:WholePlantCerealCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:CerealCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantFlowers biom:WholePlantFlowers rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Flowers . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantGrasses biom:WholePlantGrasses rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:Grasses . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantLegumeCrops biom:WholePlantLegumeCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:LegumeCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantOilSeedCrops biom:WholePlantOilSeedCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:OilSeedCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholePlantRootCrops biom:WholePlantRootCrops rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:RootCrops . ### https://auroral.iot.linkeddata.es/def/biomass#WholeTreesWithRoots biom:WholeTreesWithRoots rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ForestPlantation ; skos:narrower biom:BlendsAndMixturesWholeTreesWithRoots , biom:BroadLeafWholeTreesWithRoots , biom:BushesWholeTreesWithRoots , biom:ConiferousWholeTreesWithRoots , biom:ShortRotationCoppiceWholeTreesWithRoots . ### https://auroral.iot.linkeddata.es/def/biomass#WholeTreesWithoutRoots biom:WholeTreesWithoutRoots rdf:type owl:NamedIndividual , biom:BiomassType ; skos:broader biom:ForestPlantation ; skos:narrower biom:BlendsAndMixturesWholeTreesWithoutRoots , biom:BroadLeafWholeTreesWithoutRoots , biom:BushesWholeTreesWithoutRoots , biom:ConiferousWholeTreesWithoutRoots , biom:ShortRotationCoppiceWholeTreesWithoutRoots . ### https://auroral.iot.linkeddata.es/def/biomass#WithBarkChemicallyTreatedUsedWood biom:WithBarkChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WithBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents biom:WithBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#WithBrakChemicallyUntreatedUsedWood biom:WithBrakChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WithoutBarkChemicallyTreatedUsedWood biom:WithoutBarkChemicallyTreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WithoutBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents biom:WithoutBarkChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyTreatedWoodByProductsResiduesFibresAndWoodConstituents . ### https://auroral.iot.linkeddata.es/def/biomass#WithoutBarkChemicallyUntreatedUsedWood biom:WithoutBarkChemicallyUntreatedUsedWood rdf:type owl:NamedIndividual , biom:BiomassSubType ; skos:broader biom:ChemicallyUntreatedUsedWood . ### https://auroral.iot.linkeddata.es/def/biomass#WoodyBiomass biom:WoodyBiomass rdf:type owl:NamedIndividual , biom:BiomassGroup ; skos:narrower biom:BlendsAndMixturesWoodyBiomass , biom:ByProductsAndResiduesFromWoodProcessingIndustry , biom:ForestPlantation , biom:UsedWood . ### https://auroral.iot.linkeddata.es/def/core#KilowattPerKg core:KilowattPerKg rdf:type owl:NamedIndividual , saref:UnitOfMeasure . ### https://auroral.iot.linkeddata.es/def/core#MegajoulePerKg core:MegajoulePerKg rdf:type owl:NamedIndividual , saref:UnitOfMeasure . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi